Skip to content

Commit b52dc6f

Browse files
committed
[GISel][AArch64] formatting changes
1 parent f823e74 commit b52dc6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ bool GIMatchTableExecutor::executeMatchTable(
415415
uint64_t OpIdx = readULEB();
416416
uint16_t Predicate = readU16();
417417
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");
422422
assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
423423
assert(State.MIs[InsnID]->getOperand(OpIdx).isReg() &&
424424
"Expected register operand");

0 commit comments

Comments
 (0)