File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/include/llvm/CodeGen/GlobalISel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -415,10 +415,10 @@ bool GIMatchTableExecutor::executeMatchTable(
415
415
uint64_t OpIdx = readULEB ();
416
416
uint16_t Predicate = readU16 ();
417
417
DEBUG_WITH_TYPE (TgtExecutor::getName (),
418
- dbgs ()
419
- << CurrentIdx << " : GIM_CheckLeafOperandPredicate(MIs["
420
- << InsnID << " ]->getOperand(" << OpIdx
421
- << " ), Predicate=" << Predicate << " )\n " );
418
+ dbgs () << CurrentIdx
419
+ << " : GIM_CheckLeafOperandPredicate(MIs[" << InsnID
420
+ << " ]->getOperand(" << OpIdx
421
+ << " ), Predicate=" << Predicate << " )\n " );
422
422
assert (State.MIs [InsnID] != nullptr && " Used insn before defined" );
423
423
assert (State.MIs [InsnID]->getOperand (OpIdx).isReg () &&
424
424
" Expected register operand" );
You can’t perform that action at this time.
0 commit comments