diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/opts.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6068239..1312ceb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. (ipcp_propagate_one_const): Remove. (ipcp_create_replace_map): Always insert replacements to the map. @@ -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. */ |