From 8f7cf272418556fbc8b9474588a207d35042e8fd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 21 May 2004 16:48:20 +0000 Subject: [PATCH] Bug fixed llvm-svn: 13619 --- llvm/docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 730681818401..4bd208d2d393 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -213,6 +213,7 @@ code that unwinds of the same name, both having constant pools
  • [livevar] Live variables missed physical register use of aliased definition
  • +
  • Verifier misses malformed switch instruction
  • Bugs in the C/C++ front-end: