Skip to content

Commit 2cc23cf

Browse files
Addressing review comments
1 parent 2091947 commit 2cc23cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ computeAliasingInstructions(const LLVMState &State, const Instruction *Instr,
5252
continue;
5353
if (OtherOpcode == Instr->Description.getOpcode())
5454
continue;
55-
if (!State.getExegesisTarget().checkOpcodeSupported(
55+
if (State.getExegesisTarget().checkOpcodeSupported(
5656
OtherOpcode, State.getSubtargetInfo()))
5757
continue;
5858
const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode);

0 commit comments

Comments
 (0)