OSDN Git Service

Remove now-dead method.
authorChris Lattner <sabre@nondot.org>
Fri, 11 Aug 2006 17:40:26 +0000 (17:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Aug 2006 17:40:26 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29615 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h

index b75d5af..aee44b3 100644 (file)
@@ -211,10 +211,6 @@ public:
                     SDOperand N5);
   SDOperand getNode(unsigned Opcode, MVT::ValueType VT,
                     const SDOperand *Ops, unsigned NumOps);
-  SDOperand getNode(unsigned Opcode, MVT::ValueType VT,
-                    const std::vector<SDOperand> &Ops) {
-    return getNode(Opcode, VT, &Ops[0], Ops.size());
-  }
   SDOperand getNode(unsigned Opcode, std::vector<MVT::ValueType> &ResultTys,
                     const SDOperand *Ops, unsigned NumOps);