From: Chris Lattner Date: Thu, 15 Jan 2004 17:55:21 +0000 (+0000) Subject: PR73 is finally fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e92f205dbab54ef8d4150c33b048e1aa155edbe1;p=oota-llvm.git PR73 is finally fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ec48afac372..300c15a3376 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -122,6 +122,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • [X86] X86 Backend never releases memory for machine code structures
  • [vmcore] OpaqueType objects memory leak
  • [llvmgcc] C front-end does not compile "extern inline" into linkonce
  • +
  • Bytecode format inconsistent