Another day, another bug

llvm-svn: 10561
This commit is contained in:
Chris Lattner 2003-12-20 10:29:02 +00:00
parent 4cbb97bfdd
commit 6448f89cdc
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ In this release, the following Quality of Implementation issues were fixed:
<ol> <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/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> <li></li>
</ol> </ol>