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 | bbc29ea82197eccd2dc17af1bc3174a3f0bcb223 (patch) | |
tree | e720ae8cd137073b723a636d893163315a8e6c68 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | f64fdd69d00ba83ecb363917514565cb048bf546 (diff) | |
download | bcm5719-llvm-bbc29ea82197eccd2dc17af1bc3174a3f0bcb223.tar.gz bcm5719-llvm-bbc29ea82197eccd2dc17af1bc3174a3f0bcb223.zip |
Revert r106422, which is breaking the non-fast-isel path.
llvm-svn: 106423
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 46733d6db12..86903caa8a5 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/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]; |