[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Aug 16 15:57:25 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.124 -> 1.125
---
Log message:
add an accessor
---
Diffs of the changes: (+2 -0)
SelectionDAG.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.124 llvm/include/llvm/CodeGen/SelectionDAG.h:1.125
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.124 Wed Aug 16 16:01:10 2006
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Wed Aug 16 17:57:08 2006
@@ -245,6 +245,8 @@
const SDOperand *Ops, unsigned NumOps);
SDOperand getNode(unsigned Opcode, const MVT::ValueType *VTs, unsigned NumVTs,
const SDOperand *Ops, unsigned NumOps);
+ SDOperand getNode(unsigned Opcode, SDVTList VTs,
+ const SDOperand *Ops, unsigned NumOps);
/// getSetCC - Helper function to make it easier to build SetCC's if you just
/// have an ISD::CondCode instead of an SDOperand.
More information about the llvm-commits
mailing list