Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r215957...
[oota-llvm.git] / include / llvm / IR / Constant.h
index 019e2b93380e36a0cf44d5c8fe0cc6ef87caf9f1..d9d163b23ecd888bfd57f36e104e3b4a8e784d5c 100644 (file)
@@ -48,8 +48,6 @@ protected:
     : User(ty, vty, Ops, NumOps) {}
 
   void destroyConstantImpl();
-  void replaceUsesOfWithOnConstantImpl(Constant *Replacement);
-
 public:
   /// isNullValue - Return true if this is the value that would be returned by
   /// getNullValue.