We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6321b8 commit c0e7436Copy full SHA for c0e7436
llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
@@ -1121,9 +1121,9 @@ bool GIMatchTableExecutor::executeMatchTable(
1121
uint16_t Value = readU16();
1122
assert(OutMIs[InsnID] && "Attempted to add to undefined instruction");
1123
OutMIs[InsnID].addIntrinsicID((Intrinsic::ID)Value);
1124
- DEBUG_WITH_TYPE(TgtExecutor::getName(),
1125
- dbgs() << CurrentIdx << ": GIR_AddIntrinsicID(OutMIs["
1126
- << InsnID << "], " << Value << ")\n");
+ DEBUG_WITH_TYPE(TgtExecutor::getName(),
+ dbgs() << CurrentIdx << ": GIR_AddIntrinsicID(OutMIs["
+ << InsnID << "], " << Value << ")\n");
1127
break;
1128
}
1129
case GIR_SetImplicitDefDead: {
0 commit comments