[patch] invoke.html: Alphabetize dump options.

Kazu Hirata kazu@cs.umass.edu
Sun Jun 22 17:02:00 GMT 2003


Hi,

Attached is a patch to alphabetize dump options.  Note that this patch
does not move things past -da, which reads

  Produce all the dumps listed above.

Committed to both 3.3 branch and mainling as obvious.

Kazu Hirata

2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/invoke.texi: Alphabetize dump options.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.297
diff -u -r1.297 invoke.texi
--- invoke.texi	22 Jun 2003 16:18:26 -0000	1.297
+++ invoke.texi	22 Jun 2003 16:23:50 -0000
@@ -3147,15 +3147,12 @@
 @item g
 @opindex dg
 Dump after global register allocation, to @file{@var{file}.26.greg}.
-@item h
-@opindex dh
-Dump after finalization of EH handling code, to @file{@var{file}.02.eh}.
-@item o
-@opindex do
-Dump after post-reload optimizations, to @file{@var{file}.27.postreload}.
 @item G
 @opindex dG
 Dump after GCSE, to @file{@var{file}.11.gcse}.
+@item h
+@opindex dh
+Dump after finalization of EH handling code, to @file{@var{file}.02.eh}.
 @item i
 @opindex di
 Dump after sibling call optimizations, to @file{@var{file}.01.sibling}.
@@ -3182,6 +3179,9 @@
 @item N
 @opindex dN
 Dump after the register move pass, to @file{@var{file}.23.regmove}.
+@item o
+@opindex do
+Dump after post-reload optimizations, to @file{@var{file}.27.postreload}.
 @item r
 @opindex dr
 Dump after RTL generation, to @file{@var{file}.00.rtl}.



More information about the Gcc-patches mailing list