Move this to the proper section.

I misread Optimizer Improvements as Other Improvements for some reason.

llvm-svn: 51996
This commit is contained in:
Gordon Henriksen 2008-06-05 12:51:50 +00:00
parent 03d9625286
commit 03a4ad4db9
1 changed files with 3 additions and 3 deletions

View File

@ -175,6 +175,9 @@ Common linkage?
Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize"
<ul>
<li>The C and Ocaml bindings have received additional improvements. The
bindings now cover pass managers, several transformation passes, iteration
over the LLVM IR, target data, and parameter attribute lists.</li>
</ul>
</div>
@ -215,9 +218,6 @@ LLVM 2.3 optimizers support a few major enhancements:</p>
memcpy calls, unneeded copies of aggregates, and handles the return slot
optimization. The LLVM optimizer now notices long sequences of consequtive
stores and merges them into memcpy's where profitable.</li>
<li>The C and Ocaml bindings have received additional improvements. The
bindings now cover pass managers, several transformation passes, iteration
over the LLVM IR, target data, and parameter attribute lists.</li>
</ul>
</div>