From 330f6aa2adb9cef2a5f0815daf87f48558010338 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 11 Oct 2009 23:19:44 +0000 Subject: 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 --- docs/ReleaseNotes-2.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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:

subtraction in C.
  • The getelementptr instruction now supports arbitrary integer index values for array/pointer indices. This - allows for better code generation on 16-bit targets like PIC16.
  • + allows for better code generation on 16-bit pointer targets like PIC16.
  • The getelementptr instruction now supports an "inbounds" optimization hint that tells the optimizer that the pointer is guaranteed to be within its allocated object.
  • -- cgit v1.2.3