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:
2eb63df
)
zap dead code.
author
Chris Lattner
<sabre@nondot.org>
Sat, 4 Sep 2010 17:45:58 +0000
(17:45 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 4 Sep 2010 17:45:58 +0000
(17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113071
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/DAGISelMatcherGen.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/DAGISelMatcherGen.cpp
b/utils/TableGen/DAGISelMatcherGen.cpp
index aba6636a1370d286831125765029994796170bc0..57c0b1557889528c61ed1ccac17fc05b22a3263b 100644
(file)
--- a/
utils/TableGen/DAGISelMatcherGen.cpp
+++ b/
utils/TableGen/DAGISelMatcherGen.cpp
@@
-102,7
+102,6
@@
namespace {
void EmitResultCode();
Matcher *GetMatcher() const { return TheMatcher; }
- Matcher *GetCurPredicate() const { return CurPredicate; }
private:
void AddMatcher(Matcher *NewNode);
void InferPossibleTypes();