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
This commit is contained in:
parent
c156358adf
commit
c079e6feca
@ -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
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user