From 66c16d144e9eab0a2e885051b987f1dd3ad026af Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 5 Feb 2004 17:31:37 +0000 Subject: [PATCH] s/gcse/scalarrepl llvm-svn: 11133 --- llvm/docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index ee4cadf8e947..3f08ebc1e1c8 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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
  • -- GitLab