Add comment about original function argument alignment.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 13 Feb 2007 17:57:38 +0000 (17:57 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 13 Feb 2007 17:57:38 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34243 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index b5a1e993962b5eae68def1806a7e422cabc62d56..dd7aee353524153819acab24dcc8f082d21fd0d2 100644 (file)
@@ -159,6 +159,8 @@ namespace ISD {
     /// Bit 0 - signness
     /// Bit 1 - 'inreg' attribute
     /// Bit 2 - 'sret' attribute
+    /// Bits 31:27 - argument ABI alignment in the first argument piece and
+    /// alignment '1' in other argument pieces.
     CALL,
 
     // EXTRACT_ELEMENT - This is used to get the first or second (determined by