* doc/invoke.texi: Update dump file names. Fix a typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 15 Jan 2004 08:01:01 +0000 (08:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 15 Jan 2004 08:01:01 +0000 (08:01 +0000)
From-SVN: r75908

gcc/ChangeLog
gcc/doc/invoke.texi

index 010296b75bc9288b47962879d0fedfdd2aefffc1..1cd9b4bccc3a0c26bead996d5520eb1e51eb9e03 100644 (file)
@@ -1,3 +1,7 @@
+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
index 0b2b3664dd045d5e963713b7997c919dedafabe5..f7182f081eaaa7de04da0582c2b83d521a397918 100644 (file)
@@ -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}.