diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d71edecdb90..596d24aed94 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -77,7 +77,7 @@ The default optimizer sequence used by the C/C++ front-ends is:

  • Reassociation (-reassociate)
  • Instruction combining (-instcombine)
  • CFG simplification (-simplifycfg) -
  • Loop canonnicalization (-preheaders) +
  • Loop canonicalization (-loopsimplify)
  • Loop invariant code motion, with scalar promotion (-licm)
  • Global common subexpression elimination, with load elimination (-gcse)
  • Sparse conditional constant propagation (-sccp) @@ -401,6 +401,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Oct 7 17:10:14 CDT 2003 +Last modified: Sun Oct 12 16:51:06 CDT 2003