Commit d169e67c by Kazu Hirata Committed by Jeff Law

invoke.texi (Options for Debugging Your Program or GCC): Remove duplicate entries for 'w' and 'z'.

	* invoke.texi (Options for Debugging Your Program or GCC): Remove
	duplicate entries for 'w' and 'z'.

From-SVN: r35543
parent f90bb3f1
2000-08-07 Kazu Hirata <kazu@hxi.com>
* invoke.texi (Options for Debugging Your Program or GCC): Remove
duplicate entries for 'w' and 'z'.
* flow.c: Fix a comment typo.
Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
......
......@@ -2342,15 +2342,11 @@ also printed.
For each of the other indicated dump files (except for
@file{@var{file}.00.rtl}), dump a representation of the control flow graph
suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}.
@item w
Dump after the second flow pass to @file{@var{file}.20.flow2}.
@item x
Just generate RTL for a function instead of compiling it. Usually used
with @samp{r}.
@item y
Dump debugging information during parsing, to standard error.
@item z
Dump after the peephole2 pass to @file{@var{file}.22.peephole2}.
@end table
@item -fdump-unnumbered
......
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