Skip to content

Commit da62d03

Browse files
committed
Reformat.
1 parent 3484451 commit da62d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Scalar/LICM.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,9 @@ bool llvm::hoistRegion(DomTreeNode *N, AAResults *AA, LoopInfo *LI,
916916
// to that block.
917917
if (CurLoop->hasLoopInvariantOperands(&I, HasCoroSuspendInst) &&
918918
canSinkOrHoistInst(I, AA, DT, CurLoop, MSSAU, true, Flags, ORE) &&
919-
isSafeToExecuteUnconditionally(
920-
I, DT, TLI, CurLoop, SafetyInfo, ORE,
921-
Preheader->getTerminator(), AC, AllowSpeculation)) {
919+
isSafeToExecuteUnconditionally(I, DT, TLI, CurLoop, SafetyInfo, ORE,
920+
Preheader->getTerminator(), AC,
921+
AllowSpeculation)) {
922922
hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,
923923
MSSAU, SE, ORE);
924924
HoistedInstructions.push_back(&I);

0 commit comments

Comments
 (0)