From e8425c5a5e5b6e278a359c56acd48aed2ae8b9b4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 5 Feb 2004 00:48:41 +0000 Subject: [PATCH] qoi bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11127 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 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