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 | 6448f89cdc0eb8a80cfcb0bedb2f0eea8621d2e1 (patch) | |
| tree | 0e3548f73a449b8f9dd4142facdb0e5549202962 | |
| parent | 4cbb97bfdd686dc175fd44c019c9f4fa9199bdc3 (diff) | |
| download | bcm5719-llvm-6448f89cdc0eb8a80cfcb0bedb2f0eea8621d2e1.tar.gz bcm5719-llvm-6448f89cdc0eb8a80cfcb0bedb2f0eea8621d2e1.zip | |
Another day, another bug
llvm-svn: 10561
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index bd236c4bf0e..96ac79af552 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

