Move more functionality over to LLVMContext.
[oota-llvm.git] / include / llvm / Constant.h
index 05a66232007bc40827a1019f2c69c940f66bb296..bccd417f07905cfb1f8333f41a4f62eb522511d2 100644 (file)
@@ -60,11 +60,6 @@ protected:
 
   void destroyConstantImpl();
 public:
-  /// Static constructor to get a '-1' constant.  This supports integers and
-  /// vectors.
-  ///
-  static Constant *getAllOnesValue(const Type *Ty);
-  
   /// isNullValue - Return true if this is the value that would be returned by
   /// getNullValue.
   virtual bool isNullValue() const = 0;