Index: docs/LangRef.html =================================================================== --- docs/LangRef.html (revision 164831) +++ docs/LangRef.html (working copy) @@ -1364,11 +1364,11 @@ 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 +
pAS:size:abi:pref
+
This specifies the size of a pointer, of from address space AS 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.
+ preceding : should be omitted too. If the ASis not specified, it defaults to 0.
isize:abi:pref
This specifies the alignment for an integer type of a given bit @@ -1409,6 +1409,8 @@