File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ bool SIInsertWaitcnts::generateWaitcntInstBefore(
1154
1154
}
1155
1155
1156
1156
LLVM_DEBUG (dbgs () << " generateWaitcntInstBefore\n "
1157
- << " Old Instr: " << MI << ' \n '
1157
+ << " Old Instr: " << MI
1158
1158
<< " New Instr: " << *II << ' \n ' );
1159
1159
1160
1160
if (!Wait.hasWait ())
@@ -1171,7 +1171,7 @@ bool SIInsertWaitcnts::generateWaitcntInstBefore(
1171
1171
Modified = true ;
1172
1172
1173
1173
LLVM_DEBUG (dbgs () << " generateWaitcntInstBefore\n "
1174
- << " Old Instr: " << MI << ' \n '
1174
+ << " Old Instr: " << MI
1175
1175
<< " New Instr: " << *SWaitInst << ' \n ' );
1176
1176
}
1177
1177
@@ -1187,7 +1187,7 @@ bool SIInsertWaitcnts::generateWaitcntInstBefore(
1187
1187
Modified = true ;
1188
1188
1189
1189
LLVM_DEBUG (dbgs () << " generateWaitcntInstBefore\n "
1190
- << " Old Instr: " << MI << ' \n '
1190
+ << " Old Instr: " << MI
1191
1191
<< " New Instr: " << *SWaitInst << ' \n ' );
1192
1192
}
1193
1193
You can’t perform that action at this time.
0 commit comments