Skip to content

Commit 5ed199d

Browse files
RKSimongithub-actions[bot]
authored andcommitted
Automerge: Fix unused variable warning. NFC.
2 parents ccf7338 + 2fa4b50 commit 5ed199d

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)