aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-16 17:23:32 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-01-16 17:23:32 +0000
commit1e4e4df27a0ca6e1fe7519e6f093ff84cabb5197 (patch)
tree0449c0c278457e45749f05b456735902e8cdcac8
parent14d920c0b147debfc27364c42eaa83610e6a09f9 (diff)
downloadgcc-1e4e4df27a0ca6e1fe7519e6f093ff84cabb5197.zip
gcc-1e4e4df27a0ca6e1fe7519e6f093ff84cabb5197.tar.gz
gcc-1e4e4df27a0ca6e1fe7519e6f093ff84cabb5197.tar.bz2
invoke.texi: Change the dump file name of block reordering pass from 28.bbro to 29.bbro.
* doc/invoke.texi: Change the dump file name of block reordering pass from 28.bbro to 29.bbro. Mention -dk option. From-SVN: r48916
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi5
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5f0037b..28d4243 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-16 Kazu Hirata <kazu@hxi.com>
+
+ * doc/invoke.texi: Change the dump file name of block
+ reordering pass from 28.bbro to 29.bbro.
+ Mention -dk option.
+
Wed Jan 16 17:54:22 CET 2002 Jan Hubicka <jh@suse.cz>
* i386.md (minsf splitter): Fix pasto.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ef990b0..3e67503 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -2880,7 +2880,7 @@ Annotate the assembler output with miscellaneous debugging information.
Dump after computing branch probabilities, to @file{@var{file}.14.bp}.
@item B
@opindex dB
-Dump after block reordering, to @file{@var{file}.28.bbro}.
+Dump after block reordering, to @file{@var{file}.29.bbro}.
@item c
@opindex dc
Dump after instruction combination, to the file @file{@var{file}.16.combine}.
@@ -2913,6 +2913,9 @@ Dump after global register allocation, to @file{@var{file}.21.greg}.
@item h
@opindex dh
Dump after finalization of EH handling code, to @file{@var{file}.02.eh}.
+@item k
+@opindex dk
+Dump after reg-to-stack conversion, to @file{@var{file}.28.stack}.
@item o
@opindex do
Dump after post-reload optimizations, to @file{@var{file}.22.postreload}.