[llvm-commits] [llvm] r96873 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Mon Feb 22 18:44:03 PST 2010


Author: djg
Date: Mon Feb 22 20:44:03 2010
New Revision: 96873

URL: http://llvm.org/viewvc/llvm-project?rev=96873&view=rev
Log:
Update LangRef to match the code; pointers default to being 64-bit.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=96873&r1=96872&r2=96873&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Feb 22 20:44:03 2010
@@ -1277,7 +1277,7 @@
 
 <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>





More information about the llvm-commits mailing list