From ef56a197edf546d320b33577b128e803e86f7e0d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Dec 2003 10:29:02 +0000 Subject: [PATCH] Another day, another bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10561 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 bd236c4bf0e..96ac79af552 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -119,6 +119,7 @@ In this release, the following Quality of Implementation issues were fixed:
  1. JIT should lazily initialize global variables
  2. +
  3. [X86] X86 Backend never releases memory for machine code structures