From 5f119a62376edcfe42414343f9d360151e3c1a59 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 11 Oct 2011 17:50:14 +0000 Subject: [PATCH] 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 --- docs/LangRef.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 066f3a5073a..145c19f3e5e 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1323,7 +1323,8 @@ target datalayout = "layout specification"
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.
+ 8-bits. If omitted, the natural stack alignment defaults to "unspecified", + which does not prevent any alignment promotions.
p:size:abi:pref
This specifies the size of a pointer and its abi and