Skip to content

Commit 05ffa73

Browse files
committed
Format
1 parent 12f7315 commit 05ffa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/Local.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ CanRedirectPredsOfEmptyBBToSucc(BasicBlock *BB, BasicBlock *Succ,
10471047

10481048
// Check whether removing BB will make the phis in its Succ will have too
10491049
// many incoming entries. This function does not check whether BB is foldable
1050-
// or not.
1050+
// or not.
10511051
static bool introduceTooComplexPhi(BasicBlock *BB) {
10521052
// Check BB only has phi and an unconditional branch
10531053
BranchInst *Branch = dyn_cast<BranchInst>(BB->getFirstNonPHIOrDbg(true));

0 commit comments

Comments
 (0)