X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FLLVMContext.h;h=5ec33453db6b6168969dc81142c5aa66076f89b2;hb=4b938958bcc59586508bc9681e75c2e3f5164672;hp=d4cd891d8a9f802c7848b48d8446d4b4783ea887;hpb=ce032b483ca96093b84f69178cdb2d047e124332;p=oota-llvm.git diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h index d4cd891d8a9..5ec33453db6 100644 --- a/include/llvm/LLVMContext.h +++ b/include/llvm/LLVMContext.h @@ -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.