diff options
-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> |