Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21355 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index dc3a448..e3ae389 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -144,6 +144,8 @@
<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>