Commit 7c12f388 by Kazu Hirata Committed by Kazu Hirata

* doc/invoke.texi: Update dump file names. Fix a typo.

From-SVN: r75908
parent 4a7bb550
2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Update dump file names. Fix a typo.
2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
* builtins.c (expand_builtin_va_end): Don't use
EXPAND_BUILTIN_VA_END.
* system.h (EXPAND_BUILTIN_VA_END): Poison.
......
......@@ -3232,7 +3232,7 @@ Annotate the assembler output with miscellaneous debugging information.
Dump after computing branch probabilities, to @file{@var{file}.12.bp}.
@item B
@opindex dB
Dump after block reordering, to @file{@var{file}.30.bbro}.
Dump after block reordering, to @file{@var{file}.31.bbro}.
@item c
@opindex dc
Dump after instruction combination, to the file @file{@var{file}.20.combine}.
......@@ -3250,7 +3250,7 @@ Dump all macro definitions, at the end of preprocessing, in addition to
normal output.
@item E
@opindex dE
Dump after the second if conversion, to @file{@var{file}.31.ce3}.
Dump after the third if conversion, to @file{@var{file}.30.ce3}.
@item f
@opindex df
Dump after control and data flow analysis, to @file{@var{file}.11.cfg}.
......
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