]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
tree-ssa-structalias.c (struct variable_info): Add is_global_var member.
authorRichard Guenther <rguenther@suse.de>
Tue, 23 Jun 2009 10:03:41 +0000 (10:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Jun 2009 10:03:41 +0000 (10:03 +0000)
commit0bbf2ffa83ec25d7983de6ad4012d86c94e383d2
tree1e1cbe248ae8874ef5e2e79cd36e3696af712a03
parentefc81a892c7fa82e5d00cf2258aea4392af4643a
tree-ssa-structalias.c (struct variable_info): Add is_global_var member.

2009-06-23  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (struct variable_info): Add is_global_var
member.
(var_anything, anything_tree, var_nothing, nothing_tree, var_readonly,
readonly_tree, var_escaped, escaped_tree, var_nonlocal, nonlocal_tree,
var_callused, callused_tree, var_storedanything, storedanything_tree,
var_integer, integer_tree): Remove global variables.
(new_var_info): Do not pass new id, append the new var to the
global variable vector.
(do_ds_constraint): Use is_global_var member of the variable-info.
(new_scalar_tmp_constraint_exp): Adjust.
(create_function_info_for): Likewise.
(create_variable_info_for): Likewise.
(find_what_var_points_to): Remove dead code.
(init_base_vars): Simplify.
(compute_points_to_sets): Adjust.

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