From e5ad10a01691bf6e715484f3e751570fd2d0e0c0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 21 May 2004 16:48:20 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13619 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) 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: