Skip to content

Commit 860bf81

Browse files
Accidental '}'removed
1 parent e5c3bc2 commit 860bf81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/CodeGen/SDPatternMatch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ template <typename V1_t, typename V2_t>
851851
inline SDShuffle_maskMatch<V1_t, V2_t>
852852
m_ShuffleSpecificMask(const V1_t &v1, const V2_t &v2, ArrayRef<int> mask) {
853853
return SDShuffle_maskMatch<V1_t, V2_t>(v1, v2, mask);
854+
}
854855

855856
template <typename LHS, typename RHS>
856857
inline BinaryOpc_match<LHS, RHS> m_ExtractElt(const LHS &Vec, const RHS &Idx) {

0 commit comments

Comments
 (0)