Commit c079e6fe by Richard Henderson Committed by Richard Henderson

toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.

        * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
        (dump_file): Likewise.

From-SVN: r66587
parent c156358a
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> 2003-05-07 David Mosberger <davidm@hpl.hp.com>
* config/ia64/crtbegin.asm (__do_jv_register_classes): Don't * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
......
...@@ -253,8 +253,8 @@ enum dump_file_index ...@@ -253,8 +253,8 @@ enum dump_file_index
DFI_flow2, DFI_flow2,
DFI_peephole2, DFI_peephole2,
DFI_rnreg, DFI_rnreg,
DFI_ce3,
DFI_bbro, DFI_bbro,
DFI_ce3,
DFI_sched2, DFI_sched2,
DFI_stack, DFI_stack,
DFI_mach, DFI_mach,
...@@ -304,8 +304,8 @@ static struct dump_file_info dump_file[DFI_MAX] = ...@@ -304,8 +304,8 @@ static struct dump_file_info dump_file[DFI_MAX] =
{ "flow2", 'w', 1, 0, 0 }, { "flow2", 'w', 1, 0, 0 },
{ "peephole2", 'z', 1, 0, 0 }, { "peephole2", 'z', 1, 0, 0 },
{ "rnreg", 'n', 1, 0, 0 }, { "rnreg", 'n', 1, 0, 0 },
{ "ce3", 'E', 1, 0, 0 },
{ "bbro", 'B', 1, 0, 0 }, { "bbro", 'B', 1, 0, 0 },
{ "ce3", 'E', 1, 0, 0 },
{ "sched2", 'R', 1, 0, 0 }, { "sched2", 'R', 1, 0, 0 },
{ "stack", 'k', 1, 0, 0 }, { "stack", 'k', 1, 0, 0 },
{ "mach", 'M', 1, 0, 0 }, { "mach", 'M', 1, 0, 0 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment