Skip to content

Commit 3e19e28

Browse files
committed
Fix comment capitalization
1 parent f6c13fb commit 3e19e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,8 +2402,8 @@ template <typename Op0_t, typename Op1_t> struct RemoveMask_match {
24022402
}
24032403
};
24042404

2405-
/// Match a specific mask \p in, or a combination of it (logical-and in, out).
2406-
/// Returns the remaining part \p out if so, or nullptr otherwise.
2405+
/// Match a specific mask \p In, or a combination of it (logical-and In, Out).
2406+
/// Returns the remaining part \p Out if so, or nullptr otherwise.
24072407
template <typename Op0_t, typename Op1_t>
24082408
static inline RemoveMask_match<Op0_t, Op1_t> m_RemoveMask(const Op0_t &In,
24092409
Op1_t &Out) {

0 commit comments

Comments
 (0)