pic16 uses 16 bit pointers, but is 8 bit.
authorChris Lattner <sabre@nondot.org>
Sun, 11 Oct 2009 23:19:44 +0000 (23:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Oct 2009 23:19:44 +0000 (23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83815 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index 518ef31aa8bb84e7c3616212de5342b8eabaa9f9..522f68943d0f262993715ea2da362491e84d5e65 100644 (file)
@@ -515,7 +515,7 @@ expose new optimization opportunities:</p>
     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>