tree-ssa-structalias.c (final_solutions, [...]): New pointer-map and obstack.
authorRichard Biener <rguenther@suse.de>
Wed, 30 Jan 2013 10:46:00 +0000 (10:46 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 30 Jan 2013 10:46:00 +0000 (10:46 +0000)
commitd394a308e34df7dfe56e1b3995a2622e1ed19068
tree855b2af9545ee00c622559f72c0f1dc10e92cf73
parent20804d96d131529e7f7f300458e02b7f1ed30d6c
tree-ssa-structalias.c (final_solutions, [...]): New pointer-map and obstack.

2013-01-30  Richard Biener  <rguenther@suse.de>

* tree-ssa-structalias.c (final_solutions, final_solutions_obstack):
New pointer-map and obstack.
(init_alias_vars): Allocate pointer-map and obstack.
(delete_points_to_sets): Free them.
(find_what_var_points_to): Cache result.
(find_what_p_points_to): Adjust for changed interface of
find_what_var_points_to.
(compute_points_to_sets): Likewise.
(ipa_pta_execute): Likewise.

From-SVN: r195573
gcc/ChangeLog
gcc/tree-ssa-structalias.c