New code quality fix

llvm-svn: 11457
This commit is contained in:
Chris Lattner 2004-02-15 00:23:15 +00:00
parent f070437543
commit d5eec5ebcf
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ In this release, the following Code Quality issues were fixed:
<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
<li>The X86 backend didn't generate <tt>fchs</tt> to negate floating point numbers</li>
<li>The X86 backend didn't expand memcpy() into the <tt>rep movs</tt> instruction</li>
<li><a href="http://llvm.cs.uiuc.edu/PR237">[x86] wierd stack/frame pointer manipulation</a></li>
</ol>