zap dead code.
authorChris Lattner <sabre@nondot.org>
Sat, 4 Sep 2010 17:45:58 +0000 (17:45 +0000)
committerChris 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

index aba6636a1370d286831125765029994796170bc0..57c0b1557889528c61ed1ccac17fc05b22a3263b 100644 (file)
@@ -102,7 +102,6 @@ namespace {
     void EmitResultCode();
     
     Matcher *GetMatcher() const { return TheMatcher; }
-    Matcher *GetCurPredicate() const { return CurPredicate; }
   private:
     void AddMatcher(Matcher *NewNode);
     void InferPossibleTypes();