mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix obvious typo.
llvm-svn: 75563
This commit is contained in:
parent
4c76b1c7fc
commit
88f1b31a57
@ -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…
Reference in New Issue
Block a user