From e936771e799b9e7bcd634af557679e664cd85224 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Dec 2004 04:03:23 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19177 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4b4663d5d3d..d9f32c3ac0d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -132,7 +132,8 @@ were fixed:

Bugs fixed in the LLVM Core:

    -
  1. +
  2. [cbackend] Logical constant + expressions (and/or/xor) not implemented

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

-- 2.34.1