From: Chris Lattner Date: Thu, 5 Feb 2004 17:31:37 +0000 (+0000) Subject: s/gcse/scalarrepl X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=913a934b368b922db56b3418b8e82e5589c3dabd;p=oota-llvm.git s/gcse/scalarrepl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11133 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ee4cadf8e94..3f08ebc1e1c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -123,7 +123,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • [vmcore] OpaqueType objects memory leak
  • [llvmgcc] C front-end does not compile "extern inline" into linkonce
  • Bytecode format inconsistent
  • -
  • [loadvn/inline/gcse] Slow optimizations with extremely large basic blocks
  • +
  • [loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks