Skip to content

Commit ec32c8b

Browse files
committed
clang-format
1 parent 1db818c commit ec32c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/MachineBasicBlock.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,8 +1408,8 @@ bool MachineBasicBlock::canSplitCriticalEdge(const MachineBasicBlock *Succ,
14081408
// If `Succ` is a loop header, splitting the critical edge will not
14091409
// break structured CFG.
14101410
if (MLI) {
1411-
const MachineLoop *L = MLI->getLoopFor(Succ);
1412-
return L && L->getHeader() == Succ;
1411+
const MachineLoop *L = MLI->getLoopFor(Succ);
1412+
return L && L->getHeader() == Succ;
14131413
}
14141414

14151415
return false;

0 commit comments

Comments
 (0)