From 91fbe4482a14568d787a93800127a69c84b607b6 Mon Sep 17 00:00:00 2001 From: dberlin Date: Sat, 21 Oct 2006 02:38:30 +0000 Subject: 2006-10-20 Daniel Berlin * tree.h (DECL_PTA_ARTIFICIAL): Remove. (tree_decl_with_vis): Remove artificial_pta_var flag. * tree-flow.h (referenced_var_check_and_insert): Expose. (nonlocal_all): New prototype. * tree-ssa-structalias.c (nonlocal_for_type): Remove. (nonlocal_all): Make global. (nonlocal_lookup): Remove. (nonlocal_insert): Ditto. (create_nonlocal_var): Do not call nonlocal_insert. (get_nonlocal_id_for_type): Remove. (find_global_initializers): Mark new vars we find for renaming. (intra_create_variable_infos): Only create one nonlocal. (expand_nonlocal_solutions): Remove. (compute_points_to_sets): Don't call it. (ipa_pta_execute): Ditto. (init_alias_heapvars): Don't create nonlocal_for_type. (delete_alias_heapvars): Don't remove it. * tree-ssa-operands.c (access_can_touch_variable): Don't prune nonlocal_all. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117922 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-dfa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-dfa.c') diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c index 088c45ab335..5ade6455d96 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -621,7 +621,7 @@ referenced_var_lookup (unsigned int uid) /* Check if TO is in the referenced_vars hash table and insert it if not. Return true if it required insertion. */ -static bool +bool referenced_var_check_and_insert (tree to) { struct int_tree_map *h, in; -- cgit v1.2.1