Update LangRef to match the code; pointers default to being 64-bit.
authorDan Gohman <gohman@apple.com>
Tue, 23 Feb 2010 02:44:03 +0000 (02:44 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 23 Feb 2010 02:44:03 +0000 (02:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96873 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 76208388211e5aa7ecc4ed5d5e340475124b014c..8cc182b0217da4f123cca3c0a165339840ae542f 100644 (file)
@@ -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>