diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-20 10:29:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-20 10:29:02 +0000 |
commit | ef56a197edf546d320b33577b128e803e86f7e0d (patch) | |
tree | 59c1acbbf4cc57a312462aec2ef246b5bafd281f | |
parent | 16c45e9de896ea37d48d093dbe02fc9a4c1b9f8f (diff) |
Another day, another bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10561 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index bd236c4bf0..96ac79af55 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -119,6 +119,7 @@ In this release, the following Quality of Implementation issues were fixed: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR135">JIT should lazily initialize global variables</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li> <li></li> </ol> |