mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-10 21:13:46 +08:00
* toplev.c (dump_file): Fix order to match reality.
From-SVN: r59968
This commit is contained in:
parent
7ef788f02f
commit
a9a4005fca
@ -1,3 +1,7 @@
|
||||
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user