mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Rename -preheaders pass. Spelling fix
llvm-svn: 9060
This commit is contained in:
parent
1c8a980870
commit
1a127e7bb9
@ -77,7 +77,7 @@ The default optimizer sequence used by the C/C++ front-ends is:<p>
|
||||
<li>Reassociation (-reassociate)
|
||||
<li>Instruction combining (-instcombine)
|
||||
<li>CFG simplification (-simplifycfg)
|
||||
<li>Loop canonnicalization (-preheaders)
|
||||
<li>Loop canonicalization (-loopsimplify)
|
||||
<li>Loop invariant code motion, with scalar promotion (-licm)
|
||||
<li>Global common subexpression elimination, with load elimination (-gcse)
|
||||
<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>
|
||||
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Tue Oct 7 17:10:14 CDT 2003
|
||||
Last modified: Sun Oct 12 16:51:06 CDT 2003
|
||||
<!-- hhmts end -->
|
||||
</body></html>
|
||||
|
Loading…
Reference in New Issue
Block a user