pic16 uses 16 bit pointers, but is 8 bit.

llvm-svn: 83815
This commit is contained in:
Chris Lattner 2009-10-11 23:19:44 +00:00
parent 78d6310429
commit 2caacfa7e1
1 changed files with 1 additions and 1 deletions

View 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>