From: Chris Lattner Date: Sat, 20 Dec 2003 03:42:11 +0000 (+0000) Subject: PR135 is now finally fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e29ac166fad42e361d8391af6b98ed870e26f6f1 PR135 is now finally fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1aa2cdcae3b..bd236c4bf0e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -113,7 +113,19 @@ In this release, the following missing features were implemented:
-In this release, the following Code Quality issues were fixed: +In this release, the following Quality of Implementation issues were fixed: +
+ +
    + +
  1. JIT should lazily initialize global variables
  2. + +
  3. +
+ + +
+In this release, the following Code Quality issues were fixed: