Skip to content

Commit 428ce16

Browse files
committed
clang-format
1 parent cabb02e commit 428ce16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ m_ZExtOrSExt(const Op0_t &Op0) {
353353
}
354354

355355
template <typename Op0_t>
356-
inline match_combine_or<AllRecipe_match<Instruction::ZExt, Op0_t>,
357-
Op0_t>
356+
inline match_combine_or<AllRecipe_match<Instruction::ZExt, Op0_t>, Op0_t>
358357
m_ZExtOrSelf(const Op0_t &Op0) {
359358
return m_CombineOr(m_ZExt(Op0), Op0);
360359
}

0 commit comments

Comments
 (0)