Remove now-dead method.

llvm-svn: 29615
This commit is contained in:
Chris Lattner 2006-08-11 17:40:26 +00:00
parent ed728e8dc9
commit 693e52ea22
1 changed files with 0 additions and 4 deletions

View 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);