Skip to content

Commit c740737

Browse files
committed
[IVDesc] Revert bad comment strip
1 parent c9b44e9 commit c740737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/IVDescriptors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ enum class RecurKind {
5151
FMaximumNum, ///< FP max with llvm.maximumnum semantics
5252
FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum).
5353
AnyOf, ///< AnyOf reduction with select(cmp(),x,y) where one of (x,y) is
54-
///< loop invariant.
54+
///< loop invariant, and both x and y are integer type.
5555
IFindLastIV, ///< FindLast reduction with select(icmp(),x,y) where one of
5656
///< (x,y) is increasing loop induction, and both x and y are
5757
///< integer type.

0 commit comments

Comments
 (0)