From 0a3ecfc20c7f43cb5d2b715f70ede62b50dd68c3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Dec 2003 03:42:11 +0000 Subject: [PATCH] PR135 is now finally fixed llvm-svn: 10550 --- docs/ReleaseNotes.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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: