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 | 204c64a7117240e986fc265224e3209455247698 (patch) | |
| tree | 3744cc9467cc4be15f3db25b410b111b19c52a53 /docs | |
| parent | fab98956ee8bb06aa5357ac0364ed15e949f4d7a (diff) | |
| download | external_llvm-204c64a7117240e986fc265224e3209455247698.zip external_llvm-204c64a7117240e986fc265224e3209455247698.tar.gz external_llvm-204c64a7117240e986fc265224e3209455247698.tar.bz2 | |
pic16 uses 16 bit pointers, but is 8 bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 518ef31..522f689 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/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> |
