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 0557d56 commit fd55d00Copy full SHA for fd55d00
llvm/lib/CodeGen/MachineInstrBundle.cpp
@@ -84,8 +84,8 @@ llvm::createUnpackMachineBundles(
84
}
85
86
/// Return the first good DebugLoc that has line number information, given a
87
-/// range of instructions. The search range is from FirstMI to LastMI (exclusive).
88
-/// If no such DebugLoc is found, get the one with DILocation
+/// range of instructions. The search range is from FirstMI to LastMI
+/// (exclusive). If no such DebugLoc is found, get the one with DILocation
89
static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI,
90
MachineBasicBlock::instr_iterator LastMI) {
91
DebugLoc DL;
0 commit comments