diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-05-28 18:54:47 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-05-28 18:54:47 +0000 |
| commit | ce52285c38e3cb25d4bf2f3641cee0d5d80d31b3 (patch) | |
| tree | 03476cddad08e5e48e2e749f9742d47ea37102fa /llvm/docs/LangRef.html | |
| parent | 526bd59aaf318cca2b73a191ef6ef2ccdcad1a23 (diff) | |
| download | bcm5719-llvm-ce52285c38e3cb25d4bf2f3641cee0d5d80d31b3.tar.gz bcm5719-llvm-ce52285c38e3cb25d4bf2f3641cee0d5d80d31b3.zip | |
Fix Data Layout description of floating point.
llvm-svn: 104993
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 651426c67f1..a0f59cf6e5a 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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 |

