Skip to content

Commit 74f07b8

Browse files
committed
Fix comments
1 parent 79f0c92 commit 74f07b8

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
@@ -5020,7 +5020,7 @@ bool SimplifyCFGOpt::tryToSimplifyUncondBranchWithICmpInIt(
50205020

50215021
/// Similar to tryToSimplifyUncondBranchWithICmpInIt, but handle a more generic
50225022
/// case. This is called when we find an icmp instruction (a seteq/setne with a
5023-
/// constant) and its following select instruction as the only TWO instruction
5023+
/// constant) and its following select instruction as the only TWO instructions
50245024
/// in a block that ends with an uncond branch. We are looking for a very
50255025
/// specific pattern that occurs when "
50265026
/// if (A == 1) return C1;

0 commit comments

Comments
 (0)