diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-27 00:48:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-27 00:48:26 +0000 |
commit | b810d5f02d04e44303958f4b9b2431a5673f0043 (patch) | |
tree | a97e236fc62b700c5ba90f12294bbad7b0842bfc | |
parent | 488d73a8b7bf41523c3da373eb42ba6cb9bace6a (diff) | |
download | external_llvm-b810d5f02d04e44303958f4b9b2431a5673f0043.zip external_llvm-b810d5f02d04e44303958f4b9b2431a5673f0043.tar.gz external_llvm-b810d5f02d04e44303958f4b9b2431a5673f0043.tar.bz2 |
Bug 430 Fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16065 91177308-0d34-0410-b5e6-96231b3b80d8
-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 5cbcb74..b69fc10 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -159,6 +159,8 @@ were fixed:</a> 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 + defined</a></li> </ol> <p>Bugs in the C/C++ front-end:</p> |