From 5edc1bbaf732f0ade0098c9faf098aff1ba22c64 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 16 Nov 2003 21:42:48 +0000 Subject: [PATCH] add adce bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10033 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 8da23548bbc..bbc96e6e831 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -144,6 +144,7 @@ In this release, the following bugs in the previous release were fixed:

  • gccld -Lfoo -lfoo fails to find ./foo/libfoo.a
  • [bcreader] Incorrect cast causes misread forward constant references
  • Casting a string constant to void crashes llvm-gcc
  • +
  • [adce] ADCE considers blocks without postdominators to be unreachable
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -450,6 +451,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Sun Nov 16 14:25:00 CST 2003 +Last modified: Sun Nov 16 15:41:42 CST 2003