* 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 4e5a1783a72c6a776863303ce29543874dabcc46..e8006e4018bd8b9e107186e57c6307101d2e7f0a 100644 (file)
@@ -1,3 +1,7 @@
+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
index 7ff3ba1e55c6a32a230770da4db37c873507bda5..1ed4424c150d604880355f9c39eda2eedcbebdd5 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}.