aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-13 17:57:38 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-13 17:57:38 +0000
commit13a3cee13133711eb95174a004dca4421ccd1cd9 (patch)
treeaba844608b1bb7ae953856b7738f348d779e8d55 /include/llvm/CodeGen/SelectionDAGNodes.h
parentbed9253387377b6b4d213ac3f7240894744aeb82 (diff)
downloadexternal_llvm-13a3cee13133711eb95174a004dca4421ccd1cd9.zip
external_llvm-13a3cee13133711eb95174a004dca4421ccd1cd9.tar.gz
external_llvm-13a3cee13133711eb95174a004dca4421ccd1cd9.tar.bz2
Add comment about original function argument alignment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index b5a1e99..dd7aee3 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -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