summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2011-10-11 17:50:14 +0000
committerLang Hames <lhames@gmail.com>2011-10-11 17:50:14 +0000
commit5f119a62376edcfe42414343f9d360151e3c1a59 (patch)
tree16d0158e9f30aa6a8acd22c76c72bc1f44fdf165 /docs
parentf7c93a3867b45e42db6927536f76e7d2869ead60 (diff)
downloadllvm-5f119a62376edcfe42414343f9d360151e3c1a59.tar.gz
llvm-5f119a62376edcfe42414343f9d360151e3c1a59.tar.bz2
llvm-5f119a62376edcfe42414343f9d360151e3c1a59.tar.xz
Fixed docs to reflect the proper default value and behaviour of the natural stack alignment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 066f3a5073..145c19f3e5 100644
--- a/docs/LangRef.html
+++ b/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