Skip to content

Commit 5e2136e

Browse files
committed
fix comment
1 parent 8ff2c62 commit 5e2136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/VectorUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ template <typename InstTy> class InterleaveGroup {
633633
return true;
634634
}
635635

636-
/// Return true if the group has no gaps.
636+
/// Return true if this group is full, i.e. it has no gaps.
637637
bool isFull() const { return getNumMembers() == getFactor(); }
638638

639639
private:

0 commit comments

Comments
 (0)