Skip to content

Commit 99e2a89

Browse files
committed
[SCCP] Fix typo
1 parent 3a89d80 commit 99e2a89

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
@@ -316,7 +316,7 @@ static Value *simplifyInstruction(SCCPSolver &Solver,
316316
return std::nullopt;
317317
};
318318

319-
if (auto CR = MatchExactTwoInstructionRangeCheck()) {
319+
if (auto CR = MatchTwoInstructionExactRangeCheck()) {
320320
ConstantRange LRange = GetRange(X);
321321
if (auto NewCR = CR->exactUnionWith(LRange.inverse())) {
322322
ICmpInst::Predicate Pred;

0 commit comments

Comments
 (0)