This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for doc/invoke.texi


There is no -ftree-dom option. OK for mainline and 4.0?

Ben


2005-04-18 Ben Elliston <bje@au.ibm.com>


        * doc/invoke.texi (Optimize Options): Refer to the correct
        optimisation flag -ftree-dominator-opts, not -ftree-dom.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.583.2.11
diff -u -p -r1.583.2.11 invoke.texi
--- invoke.texi 15 Apr 2005 10:29:40 -0000      1.583.2.11
+++ invoke.texi 18 Apr 2005 08:54:13 -0000
@@ -4085,7 +4085,7 @@ compilation time.
 -fif-conversion2 @gol
 -ftree-ccp @gol
 -ftree-dce @gol
--ftree-dom @gol
+-ftree-dominator-opts @gol
 -ftree-dse @gol
 -ftree-ter @gol
 -ftree-lrs @gol
@@ -4706,7 +4706,7 @@ performance and allow further loop optim

 @item -ftree-loop-im
 Perform loop invariant motion on trees.  This pass moves only invariants that
-would be hard to handle on rtl level (function calls, operations that expand to
+would be hard to handle at RTL level (function calls, operations that expand to
 nontrivial sequences of insns).  With @option{-funswitch-loops} it also moves
 operands of conditions that are invariant out of the loop, so that we can use
 just trivial invariantness analysis in loop unswitching.  The pass also includes

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]