Add PrefixPrinter arguments to the dump routines for MachineFunction and
[oota-llvm.git] / include / llvm / LLVMContext.h
index d4cd891d8a9f802c7848b48d8446d4b4783ea887..5ec33453db6b6168969dc81142c5aa66076f89b2 100644 (file)
@@ -68,8 +68,8 @@ public:
   UndefValue* getUndef(const Type* Ty);
   
   // ConstantInt accessors
-  ConstantInt* getConstantIntTrue();
-  ConstantInt* getConstantIntFalse();
+  ConstantInt* getTrue();
+  ConstantInt* getFalse();
   
   /// If Ty is a vector type, return a Constant with a splat of the given
   /// value. Otherwise return a ConstantInt for the given value.