CALL node change: now containing signness of each argument.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 25 May 2006 00:54:33 +0000 (00:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 25 May 2006 00:54:33 +0000 (00:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28460 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 80eaf4b25f52496f1120841361f9cb987ef60ed4..f21296afac309a73a7d6ba82701fc9b3646aaec9 100644 (file)
@@ -125,10 +125,10 @@ namespace ISD {
     FORMAL_ARGUMENTS,
     
     /// RV1, RV2...RVn, CHAIN = CALL(CHAIN, CC#, ISVARARG, ISTAILCALL, CALLEE,
-    ///                              ARG0, ARG1, ... ARGn)
+    ///                              ARG0, SIGN0, ARG1, SIGN1, ... ARGn, SIGNn)
     /// This node represents a fully general function call, before the legalizer
-    /// runs.  This has one result value for each argument, plus a chain result.
-    /// It must be custom legalized.
+    /// runs.  This has one result value for each argument / signness pair, plus
+    /// a chain result. It must be custom legalized.
     CALL,
 
     // EXTRACT_ELEMENT - This is used to get the first or second (determined by