Commit a9a4005f by Jan Hubicka Committed by Jan Hubicka

* toplev.c (dump_file): Fix order to match reality.

From-SVN: r59968
parent 7ef788f0
Mon Dec 9 21:33:38 CET 2002 Jan Hubicka <jh@suse.cz>
* toplev.c (dump_file): Fix order to match reality.
2002-12-08 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.md (load_multiple): Use adjust_address_nv.
......
......@@ -279,9 +279,9 @@ static struct dump_file_info dump_file[DFI_MAX] =
{ "addressof", 'F', 0, 0, 0 },
{ "gcse", 'G', 1, 0, 0 },
{ "loop", 'L', 1, 0, 0 },
{ "ce1", 'C', 1, 0, 0 },
{ "cfg", 'f', 1, 0, 0 },
{ "bp", 'b', 1, 0, 0 },
{ "ce1", 'C', 1, 0, 0 },
{ "tracer", 'T', 1, 0, 0 },
{ "cse2", 't', 1, 0, 0 },
{ "life", 'f', 1, 0, 0 }, /* Yes, duplicate enable switch. */
......
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