]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* opts.c (decode_options): Revert accidental change enabling ipa-cp.
authorJan Hubicka <jh@suse.cz>
Sun, 24 Aug 2008 09:29:57 +0000 (11:29 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 24 Aug 2008 09:29:57 +0000 (09:29 +0000)
From-SVN: r139532

gcc/ChangeLog
gcc/opts.c

index 6068239dde444c685d6cfe40385b5f6b908c5d23..1312ceb17fad11dea1df716155ef708a43a790bf 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-23  Jan Hubicka  <jh@suse.cz>
+
+       * opts.c (decode_options): Revert accidental change enabling ipa-cp.
+
 2008-08-23  Jan Hubicka  <jh@suse.cz>
 
        * ipa-cp.c (constant_val_insert): Remove.
index 2f5994181b1a91e244b6c6830bd42a52142b50d0..1de217eb3af726216fcee6238b06bbe4820b9e0f 100644 (file)
@@ -951,7 +951,6 @@ decode_options (unsigned int argc, const char **argv)
   flag_tree_builtin_call_dce = opt2;
   flag_tree_pre = opt2;
       flag_tree_switch_conversion = 1;
-      flag_ipa_cp = opt2;
 
       /* Allow more virtual operators to increase alias precision.  */