Skip to content

Commit 420236f

Browse files
committed
Clean up comments
1 parent dac8a82 commit 420236f

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
@@ -54,11 +54,11 @@ enum class RecurKind {
5454
FAnyOf, ///< Any_of reduction with select(fcmp(),x,y) where one of (x,y) is
5555
///< loop invariant, and both x and y are integer type.
5656
IFindLastIV, ///< FindLast reduction with select(icmp(),x,y) where one of
57-
///< (x,y) is increasing loop induction PHI, and both x and y are
57+
///< (x,y) is increasing loop induction, and both x and y are
5858
///< integer type.
5959
FFindLastIV ///< FindLast reduction with select(fcmp(),x,y) where one of (x,y)
60-
///< is increasing loop induction PHI, and both x and y are
61-
///< integer type.
60+
///< is increasing loop induction, and both x and y are integer
61+
///< type.
6262
// TODO: Any_of and FindLast reduction need not be restricted to integer type
6363
// only.
6464
};

0 commit comments

Comments
 (0)