summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-19 06:08:04 +0000
committerChris Lattner <sabre@nondot.org>2005-04-19 06:08:04 +0000
commitf79e57ef0968d9d17af5f7836bd878cc883d3aaf (patch)
tree23186cc034acd7b27c62a4abee4547724c80229f /docs
parent240d6f4c9d41426ef9f66fd896fd78eab9b03a0e (diff)
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index dc3a4488397..e3ae3896db6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -144,6 +144,8 @@ were fixed:</a>
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that
are partially overwritten by smaller stores</a></li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR548">[instcombine] miscompilation of
+ setcc or setcc in one case</a></li>
</ol>
<p>Code Generator Bugs:</p>