Skip to content

Commit fd55d00

Browse files
committed
clang format patch
1 parent 0557d56 commit fd55d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/MachineInstrBundle.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ llvm::createUnpackMachineBundles(
8484
}
8585

8686
/// 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
87+
/// range of instructions. The search range is from FirstMI to LastMI
88+
/// (exclusive). If no such DebugLoc is found, get the one with DILocation
8989
static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI,
9090
MachineBasicBlock::instr_iterator LastMI) {
9191
DebugLoc DL;

0 commit comments

Comments
 (0)