mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fixed docs to reflect the proper default value and behaviour of the natural stack alignment.
llvm-svn: 141687
This commit is contained in:
parent
85292f7b5d
commit
77c4f6fc53
@ -1323,7 +1323,8 @@ target datalayout = "<i>layout specification</i>"
|
||||
<dd>Specifies the natural alignment of the stack in bits. Alignment promotion
|
||||
of stack variables is limited to the natural stack alignment to avoid
|
||||
dynamic stack realignment. The stack alignment must be a multiple of
|
||||
8-bits, and currently defaults to 128 bits if unspecified.</dd>
|
||||
8-bits. If omitted, the natural stack alignment defaults to "unspecified",
|
||||
which does not prevent any alignment promotions.</dd>
|
||||
|
||||
<dt><tt>p:<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt>
|
||||
<dd>This specifies the <i>size</i> of a pointer and its <i>abi</i> and
|
||||
|
Loading…
Reference in New Issue
Block a user