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

Chris Lattner lattner at cs.uiuc.edu
Wed May 11 11:57:02 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.37 -> 1.38
---
Log message:

new method


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

 SelectionDAGNodes.h |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.37 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.38
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.37	Mon May  9 15:21:27 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Wed May 11 13:56:45 2005
@@ -509,6 +509,10 @@
 
   static bool classof(const SDNode *) { return true; }
 
+
+  /// setAdjCallChain - This method should only be used by the legalizer.
+  void setAdjCallChain(SDOperand N);
+  
 protected:
   friend class SelectionDAG;
 






More information about the llvm-commits mailing list