Skip to content

Commit d4f28b0

Browse files
committed
Make formatter happy
1 parent 74f07b8 commit d4f28b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5014,7 +5014,7 @@ bool SimplifyCFGOpt::simplifyIndirectBrOnSelect(IndirectBrInst *IBI,
50145014
bool SimplifyCFGOpt::tryToSimplifyUncondBranchWithICmpInIt(
50155015
ICmpInst *ICI, IRBuilder<> &Builder) {
50165016
// Select == nullptr means we assume that there is a hidden no-op select
5017-
// instruction of `_ = select %icmp, true, false` just after `%icmp = icmp ...`
5017+
// instruction of `_ = select %icmp, true, false` after `%icmp = icmp ...`
50185018
return tryToSimplifyUncondBranchWithICmpSelectInIt(ICI, nullptr, Builder);
50195019
}
50205020

0 commit comments

Comments
 (0)