summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-23 20:11:10 +0000
committerEric Christopher <echristo@apple.com>2011-08-23 20:11:10 +0000
commitacc8f2d938dbf00c79c34f4541a5a05662964797 (patch)
treeb2c75a5d7c7876041f936f31effdc3943d005050 /include/llvm/Constant.h
parent99e84e07ff94f24fdbd05f21d4cf5afb822542fe (diff)
downloadllvm-acc8f2d938dbf00c79c34f4541a5a05662964797.tar.gz
llvm-acc8f2d938dbf00c79c34f4541a5a05662964797.tar.bz2
llvm-acc8f2d938dbf00c79c34f4541a5a05662964797.tar.xz
Revert "Address Duncan's CR request:"
This reverts commit 20a05be15ea5271ab6185b83200fa88263362400. (svn rev 138340) Conflicts: test/Transforms/InstCombine/bitcast.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r--include/llvm/Constant.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h
index 8ae585d48b..601b37bb64 100644
--- a/include/llvm/Constant.h
+++ b/include/llvm/Constant.h
@@ -51,9 +51,6 @@ public:
/// isNullValue - Return true if this is the value that would be returned by
/// getNullValue.
bool isNullValue() const;
- /// isAllOnesValue - Return true if this is the value that would be returned by
- /// getAllOnesValue.
- bool isAllOnesValue() const;
/// isNegativeZeroValue - Return true if the value is what would be returned
/// by getZeroValueForNegation.