Skip to content

Commit c0e7436

Browse files
committed
clang-format
1 parent f6321b8 commit c0e7436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,9 +1121,9 @@ bool GIMatchTableExecutor::executeMatchTable(
11211121
uint16_t Value = readU16();
11221122
assert(OutMIs[InsnID] && "Attempted to add to undefined instruction");
11231123
OutMIs[InsnID].addIntrinsicID((Intrinsic::ID)Value);
1124-
DEBUG_WITH_TYPE(TgtExecutor::getName(),
1125-
dbgs() << CurrentIdx << ": GIR_AddIntrinsicID(OutMIs["
1126-
<< InsnID << "], " << Value << ")\n");
1124+
DEBUG_WITH_TYPE(TgtExecutor::getName(),
1125+
dbgs() << CurrentIdx << ": GIR_AddIntrinsicID(OutMIs["
1126+
<< InsnID << "], " << Value << ")\n");
11271127
break;
11281128
}
11291129
case GIR_SetImplicitDefDead: {

0 commit comments

Comments
 (0)