[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 11 10:40:40 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.112 -> 1.113
---
Log message:
Remove now-dead method.
---
Diffs of the changes: (+0 -4)
SelectionDAG.h | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.112 llvm/include/llvm/CodeGen/SelectionDAG.h:1.113
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.112 Fri Aug 11 12:25:05 2006
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Fri Aug 11 12:40:26 2006
@@ -211,10 +211,6 @@
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);
More information about the llvm-commits
mailing list