* doc/invoke.texi: Document dump options, dT and dW.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 23 Jun 2003 13:29:41 +0000 (13:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 23 Jun 2003 13:29:41 +0000 (13:29 +0000)
From-SVN: r68361

gcc/ChangeLog
gcc/doc/invoke.texi

index 4e5a178..e8006e4 100644 (file)
@@ -1,5 +1,9 @@
 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * doc/invoke.texi: Document dump options, dT and dW.
+
+2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
+
        * genrecog.c (pred_table): Remove the entry for
        mode_independent_operand.
        * recog.c (next_insns_test_no_inequality): Remove.
index 7ff3ba1..1ed4424 100644 (file)
@@ -3204,12 +3204,19 @@ Dump after the first scheduling pass, to @file{@var{file}.24.sched}.
 @opindex dt
 Dump after the second CSE pass (including the jump optimization that
 sometimes follows CSE), to @file{@var{file}.19.cse2}.
+@item T
+@opindex dT
+Dump after running tracer, to @file{@var{file}.17.tracer}.
 @item u
 @opindex du
 Dump after null pointer elimination pass to @file{@var{file}.08.null}.
 @item w
 @opindex dw
 Dump after the second flow pass, to @file{@var{file}.28.flow2}.
+@item W
+@opindex dW
+Dump after SSA conditional constant propagation, to
+@file{@var{file}.05.ssaccp}.
 @item X
 @opindex dX
 Dump after SSA dead code elimination, to @file{@var{file}.06.ssadce}.