invoke.texi: Change the dump file name of block reordering pass from 28.bbro to 29...
authorKazu Hirata <kazu@hxi.com>
Wed, 16 Jan 2002 17:23:32 +0000 (17:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 16 Jan 2002 17:23:32 +0000 (17:23 +0000)
* doc/invoke.texi: Change the dump file name of block
reordering pass from 28.bbro to 29.bbro.
Mention -dk option.

From-SVN: r48916

gcc/ChangeLog
gcc/doc/invoke.texi

index 5f0037b4e4fe940c9c377cb053e306abd9e53694..28d4243f5cc69da785e17563539e88e72b24914f 100644 (file)
@@ -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.
index ef990b0c1c760a71792e953582aa74008d080422..3e6750397c9afb011afc553cb3a49c66d32837d9 100644 (file)
@@ -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}.