From bfd24683477ca7acd69aa868f6e5e52d3e25eaf2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Dec 2004 04:39:50 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19181 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) 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:

-- 2.34.1