Fix Data Layout description of floating point.
authorDale Johannesen <dalej@apple.com>
Fri, 28 May 2010 18:54:47 +0000 (18:54 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 28 May 2010 18:54:47 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104993 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 651426c67f13054562b7be8b9fa5d926a1f1c9f0..a0f59cf6e5aa84e55497118a24d8ed5605699d69 100644 (file)
@@ -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