diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-16 16:48:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-16 16:48:19 +0000 |
commit | 51d1cb3d887c9e30887d8ab701a424987b7e7aa2 (patch) | |
tree | 737a8faea2511682289e96250bc2533802a0e832 /docs | |
parent | a6536563f471d54b0cf1144d969a0f675df907da (diff) | |
download | external_llvm-51d1cb3d887c9e30887d8ab701a424987b7e7aa2.zip external_llvm-51d1cb3d887c9e30887d8ab701a424987b7e7aa2.tar.gz external_llvm-51d1cb3d887c9e30887d8ab701a424987b7e7aa2.tar.bz2 |
Bug 422 fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 af67641..c46f5be 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -154,6 +154,8 @@ were fixed:</a> <p>Bugs fixed in the LLVM Core:</p> <ol> +<li><a href="http://llvm.org/PR422">[asmwriter] Asmwriter is really slow for + 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> </ol> |