From: Chris Lattner Date: Fri, 21 May 2004 16:48:20 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e5ad10a01691bf6e715484f3e751570fd2d0e0c0;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13619 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 73068181840..4bd208d2d39 100644 --- a/docs/ReleaseNotes.html +++ b/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: