Skip to content

Commit b008d5f

Browse files
committed
clang-format.
1 parent da55feb commit b008d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3550,7 +3550,8 @@ static bool FoldTwoEntryPHINode(PHINode *PN, const TargetTransformInfo &TTI,
35503550
// that need to be moved to the dominating block.
35513551
SmallPtrSet<Instruction *, 4> AggressiveInsts;
35523552
InstructionCost Cost = 0;
3553-
InstructionCost Budget = TwoEntryPHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic;
3553+
InstructionCost Budget =
3554+
TwoEntryPHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic;
35543555
if (IsUnpredictable)
35553556
Budget += TTI.getBranchMispredictPenalty();
35563557

0 commit comments

Comments
 (0)