Move more code back to 2.5 APIs.
[oota-llvm.git] / include / llvm / Constants.h
index e8ecfa3bada4a915e4c45c311d19cf515d5c24c5..dfcc707b5e3c3019b8524dcb252d75cbe94e1f0b 100644 (file)
@@ -305,6 +305,8 @@ protected:
     return User::operator new(s, 0);
   }
 public:
+  static ConstantAggregateZero* get(const Type* Ty);
+  
   /// isNullValue - Return true if this is the value that would be returned by
   /// getNullValue.
   virtual bool isNullValue() const { return true; }