Bug fixed

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-12-29 04:39:50 +00:00
parent da16d8c00b
commit bfd2468347

View File

@ -134,6 +134,8 @@ were fixed:</a>
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR490">[cbackend] Logical constant
expressions (and/or/xor) not implemented</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that
are partially overwritten by smaller stores</a></li>
</ol>
<p>Bugs in the C/C++ front-end:</p>