summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-13 20:58:05 +0000
committerOwen Anderson <resistor@mac.com>2009-07-13 20:58:05 +0000
commit73c6b7127aff4499e4d6a2edb219685aee178ee1 (patch)
treecabab2668e037a0276156e885bd54d5bd660eabd /include/llvm/Constant.h
parent69fbc7f477c21ce1d8ae5a4aa8a701e47aa2d163 (diff)
downloadllvm-73c6b7127aff4499e4d6a2edb219685aee178ee1.tar.gz
llvm-73c6b7127aff4499e4d6a2edb219685aee178ee1.tar.bz2
llvm-73c6b7127aff4499e4d6a2edb219685aee178ee1.tar.xz
Move more functionality over to LLVMContext.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r--include/llvm/Constant.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h
index 05a6623200..bccd417f07 100644
--- a/include/llvm/Constant.h
+++ b/include/llvm/Constant.h
@@ -60,11 +60,6 @@ protected:
void destroyConstantImpl();
public:
- /// Static constructor to get a '-1' constant. This supports integers and
- /// vectors.
- ///
- static Constant *getAllOnesValue(const Type *Ty);
-
/// isNullValue - Return true if this is the value that would be returned by
/// getNullValue.
virtual bool isNullValue() const = 0;