Zap a couple now-unused functions.
authorEli Friedman <eli.friedman@gmail.com>
Fri, 29 Apr 2011 22:56:48 +0000 (22:56 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 29 Apr 2011 22:56:48 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130557 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp

index 58e2e7cbd02279734f2e49e718ff6269c88ac694..abe5a316a45bd1c2700c429a30a60acaf7df256b 100644 (file)
@@ -179,16 +179,6 @@ public:
     return ARM_AM::getT2SOImmVal(~Imm) != -1;
   }
 
-  inline bool Pred_so_imm(SDNode *inN) const {
-    ConstantSDNode *N = cast<ConstantSDNode>(inN);
-    return is_so_imm(N->getZExtValue());
-  }
-
-  inline bool Pred_t2_so_imm(SDNode *inN) const {
-    ConstantSDNode *N = cast<ConstantSDNode>(inN);
-    return is_t2_so_imm(N->getZExtValue());
-  }
-
   // Include the pieces autogenerated from the target description.
 #include "ARMGenDAGISel.inc"