[llvm] Re-apply (#89047):[Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #120419)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 05:24:29 PST 2024
================
@@ -54,12 +54,6 @@ computeAliasingInstructions(const LLVMState &State, const Instruction *Instr,
continue;
const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode);
const MCInstrDesc &OtherInstrDesc = OtherInstr.Description;
----------------
wangpc-pp wrote:
This line should be removed, the variable is unused.
https://github.com/llvm/llvm-project/pull/120419
More information about the llvm-commits
mailing list