* toplev.c (parse_options_and_default_flags): Undo accidental commit.
From-SVN: r63215
This commit is contained in:
parent
d77478a5e5
commit
64465d2735
@ -1,3 +1,7 @@
|
|||||||
|
Fri Feb 21 10:29:52 CET 2003 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
|
* toplev.c (parse_options_and_default_flags): Undo accidental commit.
|
||||||
|
|
||||||
2003-02-21 Glen Nakamura <glen@imodulo.com>
|
2003-02-21 Glen Nakamura <glen@imodulo.com>
|
||||||
|
|
||||||
PR optimization/8613
|
PR optimization/8613
|
||||||
|
@ -4955,7 +4955,6 @@ parse_options_and_default_flags (argc, argv)
|
|||||||
flag_cse_skip_blocks = 1;
|
flag_cse_skip_blocks = 1;
|
||||||
flag_gcse = 1;
|
flag_gcse = 1;
|
||||||
flag_expensive_optimizations = 1;
|
flag_expensive_optimizations = 1;
|
||||||
flag_unit_at_a_time = 1;
|
|
||||||
flag_strength_reduce = 1;
|
flag_strength_reduce = 1;
|
||||||
flag_rerun_cse_after_loop = 1;
|
flag_rerun_cse_after_loop = 1;
|
||||||
flag_rerun_loop_opt = 1;
|
flag_rerun_loop_opt = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user