Commit 4319ef2a by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r68361
parent 8116809c
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.
......
......@@ -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}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment