From: Chris Lattner Date: Wed, 29 Dec 2004 04:39:50 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bfd24683477ca7acd69aa868f6e5e52d3e25eaf2;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19181 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d9f32c3ac0d..a0f78774c79 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -134,6 +134,8 @@ were fixed:
  1. [cbackend] Logical constant expressions (and/or/xor) not implemented
  2. +
  3. [dse] DSE deletes stores that + are partially overwritten by smaller stores

Bugs in the C/C++ front-end: