From: Chris Lattner Date: Thu, 5 Feb 2004 00:48:41 +0000 (+0000) Subject: qoi bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8425c5a5e5b6e278a359c56acd48aed2ae8b9b4;p=oota-llvm.git qoi bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11127 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cc2d4e72b3e..ee4cadf8e94 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -123,6 +123,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • [vmcore] OpaqueType objects memory leak
  • [llvmgcc] C front-end does not compile "extern inline" into linkonce
  • Bytecode format inconsistent
  • +
  • [loadvn/inline/gcse] Slow optimizations with extremely large basic blocks