zap dead code.
[oota-llvm.git] / lib / Target / SystemZ / SystemZISelDAGToDAG.cpp
index ed290ca7ed95eda9525f2f58fe23356342ed03ac..a1eb6b379b854c735bee181dd6fa13d9d4b9cf4f 100644 (file)
@@ -142,8 +142,6 @@ namespace {
     bool MatchAddress(SDValue N, SystemZRRIAddressMode &AM,
                       bool is12Bit, unsigned Depth = 0);
     bool MatchAddressBase(SDValue N, SystemZRRIAddressMode &AM);
-    bool MatchAddressRI(SDValue N, SystemZRRIAddressMode &AM,
-                        bool is12Bit);
   };
 }  // end anonymous namespace