diff options
| author | Dan Gohman <gohman@apple.com> | 2010-02-23 02:44:03 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-02-23 02:44:03 +0000 |
| commit | 8ad777dc75acd5ae18f280a1077c45c33ea0ed3d (patch) | |
| tree | c05a840bef454efd491b6f14fae23b3ce1d00bfe | |
| parent | 7296de9ae3420ebfa25c6644bbb6831403acbd5b (diff) | |
| download | bcm5719-llvm-8ad777dc75acd5ae18f280a1077c45c33ea0ed3d.tar.gz bcm5719-llvm-8ad777dc75acd5ae18f280a1077c45c33ea0ed3d.zip | |
Update LangRef to match the code; pointers default to being 64-bit.
llvm-svn: 96873
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 76208388211..8cc182b0217 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1277,7 +1277,7 @@ target datalayout = "<i>layout specification</i>" <ul> <li><tt>E</tt> - big endian</li> - <li><tt>p:32:64:64</tt> - 32-bit pointers with 64-bit alignment</li> + <li><tt>p:64:64:64</tt> - 64-bit pointers with 64-bit alignment</li> <li><tt>i1:8:8</tt> - i1 is 8-bit (byte) aligned</li> <li><tt>i8:8:8</tt> - i8 is 8-bit (byte) aligned</li> <li><tt>i16:16:16</tt> - i16 is 16-bit aligned</li> |

