diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 518ef31aa8b..522f68943d0 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.