this if can now be an assert.
[oota-llvm.git] / 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();