mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Fix obvious typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60206140a1
commit
c4b2d4a786
@ -406,7 +406,7 @@ struct SelectClass_match {
|
||||
};
|
||||
|
||||
template<typename Cond, typename LHS, typename RHS>
|
||||
inline SelectClass_match<Cond, RHS, LHS>
|
||||
inline SelectClass_match<Cond, LHS, RHS>
|
||||
m_Select(const Cond &C, const LHS &L, const RHS &R) {
|
||||
return SelectClass_match<Cond, LHS, RHS>(C, L, R);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user