OSDN Git Service

* doc/invoke.texi: Change the dump file name of block
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2002 17:23:32 +0000 (17:23 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2002 17:23:32 +0000 (17:23 +0000)
reordering pass from 28.bbro to 29.bbro.
Mention -dk option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48916 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 5f0037b..28d4243 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 ef990b0..3e67503 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}.