[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Lauro Ramos Venancio lauro.venancio at gmail.com
Tue Feb 13 09:57:55 PST 2007



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






More information about the llvm-commits mailing list