Commit 15316a6f by James E Wilson Committed by Jim Wilson

Fix ce3/rnreg dump file ordering problem.

	* toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.

From-SVN: r78157
parent 01238dbe
2004-02-20 James E Wilson <wilson@specifixinc.com>
* toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.
2004-02-20 Kazu Hirata <kazu@cs.umass.edu> 2004-02-20 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c (process_command): Allow translation of the copyright * gcc.c (process_command): Allow translation of the copyright
......
...@@ -284,8 +284,8 @@ enum dump_file_index ...@@ -284,8 +284,8 @@ enum dump_file_index
DFI_postreload, DFI_postreload,
DFI_flow2, DFI_flow2,
DFI_peephole2, DFI_peephole2,
DFI_rnreg,
DFI_ce3, DFI_ce3,
DFI_rnreg,
DFI_bbro, DFI_bbro,
DFI_branch_target_load, DFI_branch_target_load,
DFI_sched2, DFI_sched2,
...@@ -336,8 +336,8 @@ static struct dump_file_info dump_file[DFI_MAX] = ...@@ -336,8 +336,8 @@ static struct dump_file_info dump_file[DFI_MAX] =
{ "postreload", 'o', 1, 0, 0 }, { "postreload", 'o', 1, 0, 0 },
{ "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 },
{ "ce3", 'E', 1, 0, 0 }, { "ce3", 'E', 1, 0, 0 },
{ "rnreg", 'n', 1, 0, 0 },
{ "bbro", 'B', 1, 0, 0 }, { "bbro", 'B', 1, 0, 0 },
{ "btl", 'd', 1, 0, 0 }, /* Yes, duplicate enable switch. */ { "btl", 'd', 1, 0, 0 }, /* Yes, duplicate enable switch. */
{ "sched2", 'R', 1, 0, 0 }, { "sched2", 'R', 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