From 6b31bebdf393adc654ed086b0f08e93116b424b9 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 16 Jan 2004 21:55:04 +0000 Subject: [PATCH] Add a fixed bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10904 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 50a52c0c048..c818caa9520 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,16 +125,22 @@ In this release, the following Quality of Implementation issues were fixed:
  • Bytecode format inconsistent
  • + +
    +In this release, the following build problems were fixed: +
    + +
      +
    1. [build] Makefiles break if C frontend target string has unexpected value
    2. +
    +
    In this release, the following Code Quality issues were fixed:
      -
    1. [loopsimplify] Many pointless phi nodes are created
    2. - -