[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 21 15:30:53 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAG.h updated: 1.46 -> 1.47
---
Log message:

add a method


---
Diffs of the changes:  (+3 -0)

 SelectionDAG.h |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.46 llvm/include/llvm/CodeGen/SelectionDAG.h:1.47
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.46	Sun Aug 21 14:48:53 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h	Sun Aug 21 17:30:42 2005
@@ -234,6 +234,9 @@
                     SDOperand Op5);
   void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
                     unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
+  void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
+                    unsigned TargetOpc, SDOperand Op1, SDOperand Op2,
+                    SDOperand Op3);
   
   SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
                           SDOperand Op1) {






More information about the llvm-commits mailing list