Skip to content

Commit 12a8cfa

Browse files
committed
Fix typo
1 parent eab4873 commit 12a8cfa

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
@@ -727,7 +727,7 @@ RecurrenceDescriptor::isFindLastIVPattern(PHINode *OrigPhi, Instruction *I,
727727

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

0 commit comments

Comments
 (0)