diff options
author | John Criswell <criswell@uiuc.edu> | 2004-05-06 22:23:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-05-06 22:23:24 +0000 |
commit | 4d8d49f1bb9cf92c0d7bf128e46e6a9be673e6d4 (patch) | |
tree | 5e22468c3b7f70f91467efee34aba836d7d30af9 /docs/ReleaseNotes.html | |
parent | 8cb23dad208e074faa38bd3a8cb341f9ab972c33 (diff) | |
download | external_llvm-4d8d49f1bb9cf92c0d7bf128e46e6a9be673e6d4.zip external_llvm-4d8d49f1bb9cf92c0d7bf128e46e6a9be673e6d4.tar.gz external_llvm-4d8d49f1bb9cf92c0d7bf128e46e6a9be673e6d4.tar.bz2 |
Bug fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c1bf178..9768c15 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -196,6 +196,8 @@ were fixed:</a> <p>Bugs in the LLVM Core:</p> <ol> +<li><a href="http://llvm.cs.uiuc.edu/PR330">[vmcore] Linker causes erroneous +asssertion</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack |