From bbc29ea82197eccd2dc17af1bc3174a3f0bcb223 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 21 Jun 2010 16:02:28 +0000 Subject: Revert r106422, which is breaking the non-fast-isel path. llvm-svn: 106423 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h') 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]; -- cgit v1.2.3