* tree-ssa-alias.c (collect_points_to_info_r): Move analysis of
commit0e3632e5ccbf54f21d642ec51651b736598555eb
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2004 14:09:45 +0000 (30 14:09 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Sep 2004 14:09:45 +0000 (30 14:09 +0000)
treeda76cc450482bad41e8ad307309025d51eed105f
parentf8f84db968b559b71398616262f1966c93546273
* tree-ssa-alias.c (collect_points_to_info_r): Move analysis of
expressions...
(add_pointed_to_expr): ... here.
Call add_pointed_to_expr for variables with DECL_INITIAL set.
* tree-dfa.c (add_referenced_var): Scan DECL_INITIAL of any
pointer variable, if set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88334 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-dfa.c
gcc/tree-ssa-alias.c