diff --git a/docs/LangRef.html b/docs/LangRef.html index 167397ff53d..874e12fa44a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1364,11 +1364,13 @@ target datalayout = "layout specification" 8-bits. If omitted, the natural stack alignment defaults to "unspecified", which does not prevent any alignment promotions. -
p:size:abi:pref
+
p[n]:size:abi:pref
This specifies the size of a pointer and its abi and - preferred alignments. All sizes are in bits. Specifying - the pref alignment is optional. If omitted, the - preceding : should be omitted too.
+ preferred alignments for address space n. All sizes are in + bits. Specifying the pref alignment is optional. If omitted, the + preceding : should be omitted too. The address space, + n is optional, and if not specified, denotes the default address + space 0. The value of n must be in the range [1,2^23).
isize:abi:pref
This specifies the alignment for an integer type of a given bit @@ -1409,6 +1411,10 @@ target datalayout = "layout specification"