aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2006-02-19 18:26:00 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2006-02-19 18:26:00 +0000
commit4cf4d6a32328de2725c0ca4ca7a991b97ab5e46f (patch)
tree05d78ede2903b096a832aaebd005c6044c193a98 /gcc/passes.c
parent353f74e8ee82e2a87bb41bc7cc8c5451aedec06b (diff)
downloadgcc-4cf4d6a32328de2725c0ca4ca7a991b97ab5e46f.zip
gcc-4cf4d6a32328de2725c0ca4ca7a991b97ab5e46f.tar.gz
gcc-4cf4d6a32328de2725c0ca4ca7a991b97ab5e46f.tar.bz2
invoke.texi: Document -fipa-pta.
2006-02-19 Daniel Berlin <dberlin@dberlin.org> * doc/invoke.texi: Document -fipa-pta. * common.opt: Add ipa-pta option. * tree-ssa-structalias.c (DONT_PROPAGATE_WITH_ANYTHING): Removed. (do_sd_constraint): Enable DONT_PROPAGATE_WITH_ANYTHING code. (do_ds_constraint): Ditto. (get_constraint_for): Only add to referenced_vars if referenced_vars exists. (insert_into_field_list): Rewrite to do this unsorted. (insert_into_field_list_sorted): Rename old insert_into_field_list to this. (create_function_info_for): Use insert_into_field_list_sorted. (create_variable_info_for): Rewrite so it uses unsorted version, since the field list is sorted. (intra_create_variable_infos): Only add to referenced_vars if referenced_vars exists. (ipa_pta_execute): Init heapvars, and delete when done. * passes.c (init_optimization_passes): Add call to pass_ipa_pta. From-SVN: r111273
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 2845ab7..e088be1 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -447,6 +447,7 @@ init_optimization_passes (void)
NEXT_PASS (pass_ipa_reference);
NEXT_PASS (pass_ipa_pure_const);
NEXT_PASS (pass_ipa_type_escape);
+ NEXT_PASS (pass_ipa_pta);
*p = NULL;
/* All passes needed to lower the function into shape optimizers can