diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-29 04:39:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-29 04:39:50 +0000 |
commit | bfd24683477ca7acd69aa868f6e5e52d3e25eaf2 (patch) | |
tree | 94de782f917963865547610facafce99a2bfeca4 | |
parent | da16d8c00bb52e37967dc7a18a4bd39f16f10650 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19181 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d9f32c3ac0..a0f78774c7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |