diff options
| author | Dan Gohman <gohman@apple.com> | 2010-06-21 16:02:28 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-06-21 16:02:28 +0000 |
| commit | 3185f47524babd9241b0c4a32450cafd0395b1c4 (patch) | |
| tree | 9e4a66776bb659791ff60a58c9ea1e3b1fa2b67f /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
| parent | 277695c78cd0b56fdfbbffa142e2c49b5a6ca098 (diff) | |
| download | external_llvm-3185f47524babd9241b0c4a32450cafd0395b1c4.zip external_llvm-3185f47524babd9241b0c4a32450cafd0395b1c4.tar.gz external_llvm-3185f47524babd9241b0c4a32450cafd0395b1c4.tar.bz2 | |
Revert r106422, which is breaking the non-fast-isel path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 46733d6..86903ca 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -346,8 +346,6 @@ public: void visit(unsigned Opcode, const User &I); SDValue getValue(const Value *V); - SDValue getNonRegisterValue(const Value *V); - SDValue getValueImpl(const Value *V); void setValue(const Value *V, SDValue NewN) { SDValue &N = NodeMap[V]; |
