diff options
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index af6764125bb..c46f5be545a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |