diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-11 23:19:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-11 23:19:44 +0000 |
commit | 2caacfa7e10075583e86e21016b327a0027bbffc (patch) | |
tree | b04292230b6ff8466befc6e26a6376066a57f7d1 | |
parent | 78d631042995b90f62e146090a8d7974f0ac8e75 (diff) | |
download | bcm5719-llvm-2caacfa7e10075583e86e21016b327a0027bbffc.tar.gz bcm5719-llvm-2caacfa7e10075583e86e21016b327a0027bbffc.zip |
pic16 uses 16 bit pointers, but is 8 bit.
llvm-svn: 83815
-rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 518ef31aa8b..522f68943d0 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -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> |