From d59128ad364b01caf6c541f02e0e9631e834eb1a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 12 Oct 2003 21:51:55 +0000 Subject: [PATCH] Rename -preheaders pass. Spelling fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9060 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1