Skip to content

Commit 4d42f8a

Browse files
committed
[VPlan] Strip a comment
1 parent b7c270e commit 4d42f8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ struct is_one {
155155

156156
/// Match an integer 0 or a vector with all elements equal to 0.
157157
/// For vectors, this includes constants with undefined elements.
158-
/// This is different from PatternMatch::m_Zero(), which also matches null
159-
/// constants.
160158
inline int_pred_ty<is_zero_int> m_ZeroInt() {
161159
return int_pred_ty<is_zero_int>();
162160
}

0 commit comments

Comments
 (0)