projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6020614
)
Fix obvious typo.
author
Eli Friedman
<eli.friedman@gmail.com>
Tue, 14 Jul 2009 00:09:42 +0000
(
00:09
+0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Tue, 14 Jul 2009 00:09:42 +0000
(
00:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75563
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/PatternMatch.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/PatternMatch.h
b/include/llvm/Support/PatternMatch.h
index 66dec00f9c386a07f6a77d65b33fd54fbdb0d9c4..fb8e387d3df0f6c1c44fb60dae31569336f90dfb 100644
(file)
--- a/
include/llvm/Support/PatternMatch.h
+++ b/
include/llvm/Support/PatternMatch.h
@@
-406,7
+406,7
@@
struct SelectClass_match {
};
template<typename Cond, typename LHS, typename RHS>
-inline SelectClass_match<Cond,
RHS, L
HS>
+inline SelectClass_match<Cond,
LHS, R
HS>
m_Select(const Cond &C, const LHS &L, const RHS &R) {
return SelectClass_match<Cond, LHS, RHS>(C, L, R);
}