Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h
[oota-llvm.git] / include / llvm / IR / Constants.h
index 4823be000903fa46687352d56c182b47e394c9c9..1b0e1b7e7b7777563cc786e39ba66ff16d51cab7 100644 (file)
@@ -386,7 +386,7 @@ protected:
 public:
   // ConstantStruct accessors
   static Constant *get(StructType *T, ArrayRef<Constant*> V);
-  static Constant *get(StructType *T, ...) END_WITH_NULL;
+  static Constant *get(StructType *T, ...) LLVM_END_WITH_NULL;
 
   /// getAnon - Return an anonymous struct that has the specified
   /// elements.  If the struct is possibly empty, then you must specify a