* opts.c (decode_options): Revert accidental change enabling ipa-cp.
From-SVN: r139532
This commit is contained in:
parent
727cd0bc50
commit
5c69a0dfdd
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue