diff options
author | Jan Hubicka <jh@suse.cz> | 2008-08-24 00:25:20 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2008-08-23 22:25:20 +0000 |
commit | 0f1961a2c99fcfaf5b124d44f8f69a4ba095fa5e (patch) | |
tree | c9bbe6833014579b204e7133f3787630aadcaaef /gcc/opts.c | |
parent | d4b7d0f0520f0f91874b1404b53bd6519affe559 (diff) | |
download | gcc-0f1961a2c99fcfaf5b124d44f8f69a4ba095fa5e.zip gcc-0f1961a2c99fcfaf5b124d44f8f69a4ba095fa5e.tar.gz gcc-0f1961a2c99fcfaf5b124d44f8f69a4ba095fa5e.tar.bz2 |
ipa-cp.c (constant_val_insert): Remove.
* ipa-cp.c (constant_val_insert): Remove.
(ipcp_propagate_one_const): Remove.
(ipcp_create_replace_map): Always insert replacements to the map.
(ipcp_insert_stage): Do not try to insert statements by hand.
* tree-inline.c (insert_init_stmt): Break out from ...
(setup_one_parameter): ... here; allow NULL BB pointer.
(tree_function_versioning): Use setup_one_parameter to process
replacement map.
From-SVN: r139525
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -951,6 +951,7 @@ 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. */ |