Skip to content

Commit 756e563

Browse files
committed
!fixup fix formatting
1 parent 5ccea79 commit 756e563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Utils/LoopPeel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ static bool shouldPeelLastIteration(Loop &L, CmpPredicate Pred,
368368

369369
const SCEV *BTC = SE.getBackedgeTakenCount(&L);
370370
SCEVExpander Expander(SE, L.getHeader()->getDataLayout(), "loop-peel");
371-
if (!SE.isKnownNonZero(BTC) && Expander.isHighCostExpansion(BTC, &L, SCEVCheapExpansionBudget, &TTI,
371+
if (!SE.isKnownNonZero(BTC) &&
372+
Expander.isHighCostExpansion(BTC, &L, SCEVCheapExpansionBudget, &TTI,
372373
L.getLoopPredecessor()->getTerminator()))
373374
return false;
374375

0 commit comments

Comments
 (0)