Commit aa888d0f by Jan Hubicka Committed by Jan Hubicka

toplev.c (enum dump_file_index, dump_file): Fix ordering of webizer pass dump.


	* toplev.c (enum dump_file_index, dump_file):  Fix ordering of
	webizer pass dump.

From-SVN: r72979
parent c011a52f
2003-10-27 Jan Hubicka <jh@suse.cz>
Eric Botcazou
* toplev.c (enum dump_file_index, dump_file): Fix ordering of
webizer pass dump.
2003-10-27 Jakub Jelinek <jakub@redhat.com> 2003-10-27 Jakub Jelinek <jakub@redhat.com>
Jan Hubicka <jh@suse.cz> Jan Hubicka <jh@suse.cz>
......
...@@ -269,8 +269,8 @@ enum dump_file_index ...@@ -269,8 +269,8 @@ enum dump_file_index
DFI_vpt, DFI_vpt,
DFI_ce1, DFI_ce1,
DFI_tracer, DFI_tracer,
DFI_web,
DFI_loop2, DFI_loop2,
DFI_web,
DFI_cse2, DFI_cse2,
DFI_life, DFI_life,
DFI_combine, DFI_combine,
...@@ -324,8 +324,8 @@ static struct dump_file_info dump_file[DFI_MAX] = ...@@ -324,8 +324,8 @@ static struct dump_file_info dump_file[DFI_MAX] =
{ "vpt", 'V', 1, 0, 0 }, { "vpt", 'V', 1, 0, 0 },
{ "ce1", 'C', 1, 0, 0 }, { "ce1", 'C', 1, 0, 0 },
{ "tracer", 'T', 1, 0, 0 }, { "tracer", 'T', 1, 0, 0 },
{ "web", 'Z', 0, 0, 0 },
{ "loop2", 'L', 1, 0, 0 }, { "loop2", 'L', 1, 0, 0 },
{ "web", 'Z', 0, 0, 0 },
{ "cse2", 't', 1, 0, 0 }, { "cse2", 't', 1, 0, 0 },
{ "life", 'f', 1, 0, 0 }, /* Yes, duplicate enable switch. */ { "life", 'f', 1, 0, 0 }, /* Yes, duplicate enable switch. */
{ "combine", 'c', 1, 0, 0 }, { "combine", 'c', 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