* toplev.c (parse_options_and_default_flags): Undo accidental commit.
authorJan Hubicka <jh@suse.cz>
Fri, 21 Feb 2003 09:40:25 +0000 (10:40 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 21 Feb 2003 09:40:25 +0000 (09:40 +0000)
From-SVN: r63215

gcc/ChangeLog
gcc/toplev.c

index 4890e7b2c11e363e83dc3c1186ab2c07cd87a4b9..bc9b163e746008a180259e9988f01dfd2b9bb2e7 100644 (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
index ffd3760a6a687ddd90042bec1e483d72d652ba5c..cb183b27727224e26eda91993eb04473d7c996b6 100644 (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;