mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-15 00:38:42 +00:00
Rename -preheaders pass. Spelling fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67a9801bc5
commit
d59128ad36
@ -77,7 +77,7 @@ The default optimizer sequence used by the C/C++ front-ends is:<p>
|
|||||||
<li>Reassociation (-reassociate)
|
<li>Reassociation (-reassociate)
|
||||||
<li>Instruction combining (-instcombine)
|
<li>Instruction combining (-instcombine)
|
||||||
<li>CFG simplification (-simplifycfg)
|
<li>CFG simplification (-simplifycfg)
|
||||||
<li>Loop canonnicalization (-preheaders)
|
<li>Loop canonicalization (-loopsimplify)
|
||||||
<li>Loop invariant code motion, with scalar promotion (-licm)
|
<li>Loop invariant code motion, with scalar promotion (-licm)
|
||||||
<li>Global common subexpression elimination, with load elimination (-gcse)
|
<li>Global common subexpression elimination, with load elimination (-gcse)
|
||||||
<li>Sparse conditional constant propagation (-sccp)
|
<li>Sparse conditional constant propagation (-sccp)
|
||||||
@ -401,6 +401,6 @@ via the mailing lists.<p>
|
|||||||
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
|
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
|
||||||
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
|
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
|
||||||
<!-- hhmts start -->
|
<!-- hhmts start -->
|
||||||
Last modified: Tue Oct 7 17:10:14 CDT 2003
|
Last modified: Sun Oct 12 16:51:06 CDT 2003
|
||||||
<!-- hhmts end -->
|
<!-- hhmts end -->
|
||||||
</body></html>
|
</body></html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user