* toplev.c (parse_options_and_default_flags): Undo accidental commit.

From-SVN: r63215
This commit is contained in:
Jan Hubicka 2003-02-21 10:40:25 +01:00 committed by Jan Hubicka
parent d77478a5e5
commit 64465d2735
2 changed files with 4 additions and 1 deletions

View File

@ -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>
PR optimization/8613

View File

@ -4955,7 +4955,6 @@ parse_options_and_default_flags (argc, argv)
flag_cse_skip_blocks = 1;
flag_gcse = 1;
flag_expensive_optimizations = 1;
flag_unit_at_a_time = 1;
flag_strength_reduce = 1;
flag_rerun_cse_after_loop = 1;
flag_rerun_loop_opt = 1;