Skip to content

Commit 23acb5e

Browse files
committed
ValueTracking: fix nit in comment
1 parent 5de6461 commit 23acb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ static void computeKnownBitsFromOperator(const Operator *I,
14411441
[[fallthrough]];
14421442

14431443
// For a urem recurrence, the result can never exceed the start value. The
1444-
// start value could either be the numerator or the denominator.
1444+
// phi could either be the numerator or the denominator.
14451445
case Instruction::URem: {
14461446
// We have matched a recurrence of the form:
14471447
// %iv = [R, %entry], [%iv.next, %backedge]

0 commit comments

Comments
 (0)