diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-15 01:09:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-15 01:09:25 +0000 |
commit | 59d448f15e6969964832fe37e273bfd57471c86c (patch) | |
tree | f2e0e57dc429752f62495d041ae96ad33ad3ebc1 /llvm | |
parent | a346578d927b02f74be6ebd939373eda6a9959bb (diff) | |
download | bcm5719-llvm-59d448f15e6969964832fe37e273bfd57471c86c.tar.gz bcm5719-llvm-59d448f15e6969964832fe37e273bfd57471c86c.zip |
Bug fixed
llvm-svn: 16349
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index cef29001c52..f352c8cb8f3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -158,8 +158,10 @@ were fixed:</a> <p>Bugs fixed in the LLVM Core:</p> <ol> +<li><a href="http://llvm.org/PR420">[licm] LICM invalidates alias analysis info + and uses broken information</a> (optimizer crash)</li> <li><a href="http://llvm.org/PR422">[asmwriter] Asmwriter is really slow for - functions with lots of values</a></li> + functions with lots of values</a></li> <li><a href="http://llvm.org/PR423">[anders-aa] Andersen's AA is completely broken in LLVM 1.3</a></li> <li><a href="http://llvm.org/PR430">[bcwriter] Empty compaction tables |