diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 038df8713ff..77347b2f7f4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -135,7 +135,8 @@ In this release, the following bugs in the previous release were fixed:

Bugs in the LLVM Core:

    -
  1. [licm] LICM promotes volatile memory locations to registers
  2. +
  3. [licm] LICM promotes volatile memory +locations to registers
@@ -143,7 +144,8 @@ In this release, the following bugs in the previous release were fixed:

Bugs in the C/C++ front-end:

    -
  1. +
  2. Need weak linkage on memory +management functions in libc runtime to allow them to be overriden