new method
authorChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 18:56:45 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 18:56:45 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21869 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index ce54c25eb5552b858aca695fc13f2d4742d73f91..dbf11d7ee7b77b352ff539c3bdfd87ec755f5fe0 100644 (file)
@@ -509,6 +509,10 @@ public:
 
   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;