We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f270c9a commit 2fa4b50Copy full SHA for 2fa4b50
llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp
@@ -53,7 +53,6 @@ computeAliasingInstructions(const LLVMState &State, const Instruction *Instr,
53
if (OtherOpcode == Instr->Description.getOpcode())
54
continue;
55
const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode);
56
- const MCInstrDesc &OtherInstrDesc = OtherInstr.Description;
57
if (OtherInstr.hasMemoryOperands())
58
59
if (!ET.allowAsBackToBack(OtherInstr))
0 commit comments