[llvm-commits] [llvm] r83815 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Chris Lattner sabre at nondot.org
Sun Oct 11 16:19:44 PDT 2009


Author: lattner
Date: Sun Oct 11 18:19:44 2009
New Revision: 83815

URL: http://llvm.org/viewvc/llvm-project?rev=83815&view=rev
Log:
pic16 uses 16 bit pointers, but is 8 bit.


Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83815&r1=83814&r2=83815&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Oct 11 18:19:44 2009
@@ -515,7 +515,7 @@
     subtraction in C.</li>
 <li>The <a href="LangRef.html#i_getelementptr">getelementptr</a> instruction now
     supports arbitrary integer index values for array/pointer indices.  This
-    allows for better code generation on 16-bit targets like PIC16.</li>
+    allows for better code generation on 16-bit pointer targets like PIC16.</li>
 <li>The <a href="LangRef.html#i_getelementptr">getelementptr</a> instruction now
     supports an "inbounds" optimization hint that tells the optimizer that the
     pointer is guaranteed to be within its allocated object.</li>





More information about the llvm-commits mailing list