diff options
Diffstat (limited to 'include/llvm/LLVMContext.h')
-rw-r--r-- | include/llvm/LLVMContext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h index ab2df1b..91312f7 100644 --- a/include/llvm/LLVMContext.h +++ b/include/llvm/LLVMContext.h @@ -73,10 +73,6 @@ public: /// @brief Get the all ones value Constant* getAllOnesValue(const Type* Ty); - // ConstantInt accessors - ConstantInt* getTrue(); - ConstantInt* getFalse(); - // MDNode accessors MDNode* getMDNode(Value* const* Vals, unsigned NumVals); |