Skip to content

Commit d21b127

Browse files
committed
Fix typo
1 parent 4a88b44 commit d21b127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/IVDescriptors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ RecurrenceDescriptor::isFindLastIVPattern(PHINode *OrigPhi, Instruction *I,
725725

726726
const ConstantRange IVRange = SE->getSignedRange(AR);
727727
unsigned NumBits = Ty->getIntegerBitWidth();
728-
// Keep the minmum value of the recurrence type as the sentinel value.
728+
// Keep the minimum value of the recurrence type as the sentinel value.
729729
// The maximum acceptable range for the increasing induction variable,
730730
// called the valid range, will be defined as
731731
// [<sentinel value> + 1, SignedMin(<recurrence type>))

0 commit comments

Comments
 (0)