Skip to content

Commit 22754e3

Browse files
committed
Remove unsued variable
1 parent 1dc0a79 commit 22754e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ computeAliasingInstructions(const LLVMState &State, const Instruction *Instr,
5353
if (OtherOpcode == Instr->Description.getOpcode())
5454
continue;
5555
const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode);
56-
const MCInstrDesc &OtherInstrDesc = OtherInstr.Description;
5756
if (OtherInstr.hasMemoryOperands())
5857
continue;
5958
if (!ET.allowAsBackToBack(OtherInstr))

0 commit comments

Comments
 (0)