diff options
author | Lang Hames <lhames@gmail.com> | 2011-10-11 17:50:14 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2011-10-11 17:50:14 +0000 |
commit | ff2c52ce63adfac29b241c2a87da0edfce9289d3 (patch) | |
tree | c04d1a5caaabad04cb85bd57a223784b20a05192 /llvm/docs | |
parent | 3cec19f9254a7022769516f37e992c5c445f6a52 (diff) | |
download | bcm5719-llvm-ff2c52ce63adfac29b241c2a87da0edfce9289d3.tar.gz bcm5719-llvm-ff2c52ce63adfac29b241c2a87da0edfce9289d3.zip |
Fixed docs to reflect the proper default value and behaviour of the natural stack alignment.
llvm-svn: 141687
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/LangRef.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 066f3a5073a..145c19f3e5e 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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 |