Skip to content

Commit 4b3b116

Browse files
committed
[SCCP] Adjust comments. NFC.
1 parent 75dcb6a commit 4b3b116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/SCCPSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static Value *simplifyInstruction(SCCPSolver &Solver,
334334
// We are allowed to refine the comparison to either true or false for out
335335
// of range inputs.
336336
// Here we refine the comparison to false, and check if we can narrow the
337-
// range check to an equality test.
337+
// range check to a simpler test.
338338
if (auto *V = ConvertCRToICmp(CR->exactIntersectWith(LRange)))
339339
return V;
340340
// Here we refine the comparison to true, i.e. we relax the range check.

0 commit comments

Comments
 (0)