Commit 5c69a0df by Jan Hubicka Committed by Jan Hubicka

* opts.c (decode_options): Revert accidental change enabling ipa-cp.

From-SVN: r139532
parent 727cd0bc
2008-08-23 Jan Hubicka <jh@suse.cz> 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. * ipa-cp.c (constant_val_insert): Remove.
(ipcp_propagate_one_const): Remove. (ipcp_propagate_one_const): Remove.
(ipcp_create_replace_map): Always insert replacements to the map. (ipcp_create_replace_map): Always insert replacements to the map.
......
...@@ -951,7 +951,6 @@ decode_options (unsigned int argc, const char **argv) ...@@ -951,7 +951,6 @@ decode_options (unsigned int argc, const char **argv)
flag_tree_builtin_call_dce = opt2; flag_tree_builtin_call_dce = opt2;
flag_tree_pre = opt2; flag_tree_pre = opt2;
flag_tree_switch_conversion = 1; flag_tree_switch_conversion = 1;
flag_ipa_cp = opt2;
/* Allow more virtual operators to increase alias precision. */ /* Allow more virtual operators to increase alias precision. */
......
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