Bug fixed
authorChris Lattner <sabre@nondot.org>
Tue, 19 Apr 2005 06:08:04 +0000 (06:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Apr 2005 06:08:04 +0000 (06:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21355 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index dc3a4488397d1503be3fef97d81529e61c6d41a6..e3ae3896db60d5ade9cc1c6d99d194fcc01e79da 100644 (file)
@@ -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>