We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f0c92 commit 74f07b8Copy full SHA for 74f07b8
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -5020,7 +5020,7 @@ bool SimplifyCFGOpt::tryToSimplifyUncondBranchWithICmpInIt(
5020
5021
/// Similar to tryToSimplifyUncondBranchWithICmpInIt, but handle a more generic
5022
/// 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
+/// constant) and its following select instruction as the only TWO instructions
5024
/// in a block that ends with an uncond branch. We are looking for a very
5025
/// specific pattern that occurs when "
5026
/// if (A == 1) return C1;
0 commit comments