QOI bug fixed

llvm-svn: 11475
This commit is contained in:
Chris Lattner 2004-02-15 06:00:04 +00:00
parent 76b2ff4ded
commit 8579a6fafc
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ In this release, the following Quality of Implementation issues were fixed:
<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR224">[asmparser] Really slow parsing of types with complex upreferences</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR205">[llvmgcc] C front-end does not emit 'zeroinitializer' when possible</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR239">LLVM is now much more memory efficient when handling large zero initialized arrays</a></li>
</ol>
<!--=========================================================================-->