Bug fixed
authorChris Lattner <sabre@nondot.org>
Wed, 29 Dec 2004 04:39:50 +0000 (04:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Dec 2004 04:39:50 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19181 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index d9f32c3ac0d758efcc3fe22819f7aa37c5169ffb..a0f78774c79f3bb9a781917f11cb978fcf0eda8d 100644 (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>