diff --git a/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h b/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h index e01b5e77de3..d2da152cf39 100644 --- a/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h +++ b/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h @@ -344,8 +344,6 @@ bool InstructionSelector::executeMatchTable( << OtherOpIdx << "])\n"); assert(State.MIs[InsnID] != nullptr && "Used insn before defined"); assert(State.MIs[OtherInsnID] != nullptr && "Used insn before defined"); - State.MIs[InsnID]->getOperand(OpIdx).dump(); - State.MIs[OtherInsnID]->getOperand(OtherOpIdx).dump(); if (!State.MIs[InsnID]->getOperand(OpIdx).isIdenticalTo( State.MIs[OtherInsnID]->getOperand(OtherInsnID))) { if (handleReject() == RejectAndGiveUp)