Skip to content

Commit 0782ea4

Browse files
committed
Fix typo
1 parent 585dfbc commit 0782ea4

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

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

0 commit comments

Comments
 (0)