Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.175 -> 1.176
---
Log message:

Add comment about original function argument alignment. 


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

 SelectionDAGNodes.h |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.175 
llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.176
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.175 Sun Feb  4 02:35:21 2007
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h       Tue Feb 13 11:57:38 2007
@@ -159,6 +159,8 @@
     /// 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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to