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

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 24 16:00:41 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAG.h updated: 1.48 -> 1.49
---
Log message:

add a method


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

 SelectionDAG.h |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.48 llvm/include/llvm/CodeGen/SelectionDAG.h:1.49
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.48	Wed Aug 24 17:43:53 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h	Wed Aug 24 18:00:29 2005
@@ -221,6 +221,7 @@
   /// specified node to have the specified return type, Target opcode, and
   /// operands.  Note that target opcodes are stored as
   /// ISD::BUILTIN_OP_END+TargetOpcode in the node opcode field.
+  void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc);
   void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc,
                     SDOperand Op1);
   void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc,






More information about the llvm-commits mailing list