toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
authorRichard Henderson <rth@redhat.com>
Thu, 8 May 2003 00:16:31 +0000 (17:16 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 8 May 2003 00:16:31 +0000 (17:16 -0700)
        * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
        (dump_file): Likewise.

From-SVN: r66587

gcc/ChangeLog
gcc/toplev.c

index fb935f1e0d6e0ce40ea01dc9d9c0ef053d0a0362..517854ac5aabedf93e11ef36d888cc426a46dbf9 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-07  Richard Henderson  <rth@redhat.com>
+
+       * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
+       (dump_file): Likewise.
+
 2003-05-07  David Mosberger <davidm@hpl.hp.com>
 
         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
index bd44d2e7693e484f3d5d3a252cc90d870db44a67..526b8aee1ad99e7cda28b55e394354fcdfd048a0 100644 (file)
@@ -253,8 +253,8 @@ enum dump_file_index
   DFI_flow2,
   DFI_peephole2,
   DFI_rnreg,
-  DFI_ce3,
   DFI_bbro,
+  DFI_ce3,
   DFI_sched2,
   DFI_stack,
   DFI_mach,
@@ -304,8 +304,8 @@ static struct dump_file_info dump_file[DFI_MAX] =
   { "flow2",   'w', 1, 0, 0 },
   { "peephole2", 'z', 1, 0, 0 },
   { "rnreg",   'n', 1, 0, 0 },
-  { "ce3",     'E', 1, 0, 0 },
   { "bbro",    'B', 1, 0, 0 },
+  { "ce3",     'E', 1, 0, 0 },
   { "sched2",  'R', 1, 0, 0 },
   { "stack",   'k', 1, 0, 0 },
   { "mach",    'M', 1, 0, 0 },