diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-05 17:31:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-05 17:31:37 +0000 |
commit | 913a934b368b922db56b3418b8e82e5589c3dabd (patch) | |
tree | 540d2960df648bc3ab886df867ee8cfef899475b /docs/ReleaseNotes.html | |
parent | 3b303d91d72cd37c9c29119ae8dc1de990a373d1 (diff) | |
download | external_llvm-913a934b368b922db56b3418b8e82e5589c3dabd.zip external_llvm-913a934b368b922db56b3418b8e82e5589c3dabd.tar.gz external_llvm-913a934b368b922db56b3418b8e82e5589c3dabd.tar.bz2 |
s/gcse/scalarrepl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ee4cadf..3f08ebc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -123,7 +123,7 @@ In this release, the following Quality of Implementation issues were fixed: <li><a href="http://llvm.cs.uiuc.edu/PR196">[vmcore] OpaqueType objects memory leak</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR73">Bytecode format inconsistent</a></li> -<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/gcse] Slow optimizations with extremely large basic blocks</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks</a></li> </ol> <!--=========================================================================--> |