summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-11 23:19:44 +0000
committerChris Lattner <sabre@nondot.org>2009-10-11 23:19:44 +0000
commit330f6aa2adb9cef2a5f0815daf87f48558010338 (patch)
tree3744cc9467cc4be15f3db25b410b111b19c52a53 /docs
parent6d0111f6c7d69b9028826351564ca52e5a5949d7 (diff)
downloadllvm-330f6aa2adb9cef2a5f0815daf87f48558010338.tar.gz
llvm-330f6aa2adb9cef2a5f0815daf87f48558010338.tar.bz2
llvm-330f6aa2adb9cef2a5f0815daf87f48558010338.tar.xz
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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 518ef31aa8..522f68943d 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>