* doc/invoke.texi: Document dump options, dT and dW.

From-SVN: r68361
This commit is contained in:
Kazu Hirata 2003-06-23 13:29:41 +00:00 committed by Kazu Hirata
parent 8116809c60
commit 4319ef2a9d
2 changed files with 11 additions and 0 deletions

View 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

View 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}.