Skip to content

Commit e8d5b1d

Browse files
committed
Clean up comments
1 parent 1946c8c commit e8d5b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Analysis/IVDescriptors.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ enum class RecurKind {
5353
FAnyOf, ///< Any_of reduction with select(fcmp(),x,y) where one of (x,y) is
5454
///< loop invariant, and both x and y are integer type.
5555
IFindLastIV, ///< FindLast reduction with select(icmp(),x,y) where one of
56-
///< (x,y) is increasing loop induction PHI, and both x and y are
56+
///< (x,y) is increasing loop induction, and both x and y are
5757
///< integer type.
5858
FFindLastIV ///< FindLast reduction with select(fcmp(),x,y) where one of (x,y)
59-
///< is increasing loop induction PHI, and both x and y are
60-
///< integer type.
59+
///< is increasing loop induction, and both x and y are integer
60+
///< type.
6161
// TODO: Any_of and FindLast reduction need not be restricted to integer type
6262
// only.
6363
};

0 commit comments

Comments
 (0)