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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits