From 37d449d87065114119a89b6db78fef00792a219c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Nov 2003 06:25:05 +0000 Subject: [PATCH] Add new bug fixed in the CFE llvm-svn: 10065 --- llvm/docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 14b31d49d4f2..45f559f4460a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -151,6 +151,7 @@ many platforms, such as X86.
  • [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
  • +
  • C front-end miscompiles unsigned enums whose LLVM types are signed
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden