From 913a934b368b922db56b3418b8e82e5589c3dabd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 5 Feb 2004 17:31:37 +0000 Subject: [PATCH] s/gcse/scalarrepl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11133 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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