aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-02-27 01:23:58 +0000
committerDan Gohman <gohman@apple.com>2008-02-27 01:23:58 +0000
commitb3564aa8367fc38efdab0a812868f6f93b9d883e (patch)
tree24471441ca4111508ba79dc69ce4558339fcdf0e /include/llvm/CodeGen
parente6be34a53ecbe8c2ff9f0793b13d847e94c0de91 (diff)
Convert the last remaining users of the non-APInt form of
ComputeMaskedBits to use the APInt form, and remove the non-APInt form. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index cdb15a91cd..6e395a5b7f 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -573,12 +573,6 @@ public:
void ComputeMaskedBits(SDOperand Op, const APInt &Mask, APInt &KnownZero,
APInt &KnownOne, unsigned Depth = 0) const;
- /// ComputeMaskedBits - This is a wrapper around the APInt-using
- /// form of ComputeMaskedBits for use by clients that haven't been converted
- /// to APInt yet.
- void ComputeMaskedBits(SDOperand Op, uint64_t Mask, uint64_t &KnownZero,
- uint64_t &KnownOne, unsigned Depth = 0) const;
-
/// ComputeNumSignBits - Return the number of times the sign bit of the
/// register is replicated into the other bits. We know that at least 1 bit
/// is always equal to the sign bit (itself), but other cases can give us