From a50c4ba86f81c10bebfd70d90d196ea996e66940 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Feb 2004 21:16:16 +0000 Subject: [PATCH] QOI bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11245 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 f18570ea5b9..071dd0a0bf9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -115,6 +115,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • [llvmgcc] C front-end does not compile "extern inline" into linkonce
  • Bytecode format inconsistent
  • [loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks
  • +
  • [asmparser] Really slow parsing of types with complex upreferences