diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-23 22:25:20 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-23 22:25:20 +0000 |
commit | 13e50f085fb4d4639464df5c884e42791661bf06 (patch) | |
tree | c9bbe6833014579b204e7133f3787630aadcaaef /gcc/opts.c | |
parent | 3be2b8d585d1d3e83ac98bb088e14170e0a10bff (diff) | |
download | gcc-13e50f085fb4d4639464df5c884e42791661bf06.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index 1de217eb3af..2f5994181b1 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -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. */ |