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

Chris Lattner lattner at cs.uiuc.edu
Mon Jan 23 21:47:17 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.92 -> 1.93
---
Log message:

add a method


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

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


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.92 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.93
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.92	Mon Jan 23 15:51:14 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Mon Jan 23 23:47:05 2006
@@ -645,6 +645,7 @@
 
   /// setAdjCallChain - This method should only be used by the legalizer.
   void setAdjCallChain(SDOperand N);
+  void setAdjCallFlag(SDOperand N);
 
 protected:
   friend class SelectionDAG;






More information about the llvm-commits mailing list