Skip to content

Commit f07e435

Browse files
Chengjunpnikic
andcommitted
Update llvm/lib/Transforms/Utils/Local.cpp
Co-authored-by: Nikita Popov <[email protected]>
1 parent cd3f41f commit f07e435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/Local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ CanRedirectPredsOfEmptyBBToSucc(BasicBlock *BB, BasicBlock *Succ,
10451045
return true;
10461046
}
10471047

1048-
// Check whether removing BB will make the phis in its Succ will have too
1048+
// Check whether removing BB will make the phis in its Succ have too
10491049
// many incoming entries. This function does not check whether BB is foldable
10501050
// or not.
10511051
static bool introduceTooComplexPhi(BasicBlock *BB) {

0 commit comments

Comments
 (0)