From: Chris Lattner Date: Mon, 10 May 2004 14:28:09 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3699e05fb21d76dcce43462c7d9684342bf7b0ce;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13450 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: