From e700f060540b6898424e3d1ea1b78dbfbad97737 Mon Sep 17 00:00:00 2001 From: Micah Villmow Date: Thu, 18 Oct 2012 18:18:17 +0000 Subject: Update the LangRef documentation for the per pointer address space support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166201 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 167397ff53..874e12fa44 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"