Commit 64465d27 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r63215
parent d77478a5
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
......
......@@ -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;
......
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