Bug fixed

llvm-svn: 21355
This commit is contained in:
Chris Lattner 2005-04-19 06:08:04 +00:00
parent 5c219469a0
commit 181c818373
1 changed files with 2 additions and 0 deletions

View 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>