summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-05-28 18:54:47 +0000
committerDale Johannesen <dalej@apple.com>2010-05-28 18:54:47 +0000
commit9d8d221a6864872a3b5c272e83adbf18f3c6a1af (patch)
tree5ecd33f7e47928becffbc026d7186a7f0843e7f8 /docs
parent7722b082c49368edcc835191a93a4d51627bce34 (diff)
downloadllvm-9d8d221a6864872a3b5c272e83adbf18f3c6a1af.tar.gz
llvm-9d8d221a6864872a3b5c272e83adbf18f3c6a1af.tar.bz2
llvm-9d8d221a6864872a3b5c272e83adbf18f3c6a1af.tar.xz
Fix Data Layout description of floating point.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 651426c67f..a0f59cf6e5 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1283,8 +1283,10 @@ target datalayout = "<i>layout specification</i>"
<dt><tt>f<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt>
<dd>This specifies the alignment for a floating point type of a given bit
- <i>size</i>. The value of <i>size</i> must be either 32 (float) or 64
- (double).</dd>
+ <i>size</i>. Only values of <i>size</i> that are supported by the target
+ will work. 32 (float) and 64 (double) are supported on all targets;
+ 80 or 128 (different flavors of long double) are also supported on some
+ targets.
<dt><tt>a<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt>
<dd>This specifies the alignment for an aggregate type of a given bit