From 385eb588e05cbe2811e46c7ef843edced5d78e89 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 May 2004 14:28:09 +0000 Subject: [PATCH] Bug fixed llvm-svn: 13450 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b05f75e6f04..921b1df85a4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -211,6 +211,7 @@ to floating point cast
  • [adce] Crash handling unreachable code that unwinds
  • [sparc] LLC can't emit 2 functions of the same name, both having constant pools
  • +
  • [livevar] Live variables missed physical register use of aliased definition
  • Bugs in the C/C++ front-end: