diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6068239dde4..1312ceb17fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-08-23 Jan Hubicka + + * opts.c (decode_options): Revert accidental change enabling ipa-cp. + 2008-08-23 Jan Hubicka * ipa-cp.c (constant_val_insert): Remove. diff --git a/gcc/opts.c b/gcc/opts.c index 2f5994181b1..1de217eb3af 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -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. */