Revert a minor comment change inadvertently included with r128502.
[oota-llvm.git] / include / llvm / Constants.h
index 7da8e23a442f11062a8da948feea90e83d18c5f4..c12b33fae71f783fc037574b319730b1674c4dab 100644 (file)
@@ -57,6 +57,8 @@ protected:
 public:
   static ConstantInt *getTrue(LLVMContext &Context);
   static ConstantInt *getFalse(LLVMContext &Context);
+  static Constant *getTrue(const Type *Ty);
+  static Constant *getFalse(const Type *Ty);
   
   /// If Ty is a vector type, return a Constant with a splat of the given
   /// value. Otherwise return a ConstantInt for the given value.