Move SSA_NAME annotations into tree_ssa_name.
authorDiego Novillo <dnovillo@redhat.com>
Wed, 9 Jun 2004 22:58:29 +0000 (22:58 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 9 Jun 2004 22:58:29 +0000 (18:58 -0400)
commit313679b0b954e72f851877fb2d4d23afb149b47a
tree52208f13553d9abd4e95b2d4e1d9fbb2d75f2bc8
parent8041d6ab144891243a56c55dd1702a32aeb3f484
Move SSA_NAME annotations into tree_ssa_name.

* tree-dfa.c (create_ssa_name_ann): Remove.
* tree-flow-inline.h (ssa_name_ann, get_ssa_name_ann): Remove.
* tree-flow.h (enum tree_ann_type): Remove SSA_NAME_ANN.
(struct ssa_name_ann_d): Remove.
(union tree_ann_d): Update.
(ssa_name_ann_t): Remove.
* tree-ssa-alias.c: (get_ptr_info): New local function.
Replace references to ssa_name_ann_t with struct ptr_info_def.
* tree-ssa-operands.c (get_expr_operands): Likewise.
* tree.h (SSA_NAME_PTR_INFO): Define.
(struct ptr_info_def): Declare.
(struct tree_ssa_name): Add field 'ptr_info'.

From-SVN: r82864
gcc/ChangeLog
gcc/tree-dfa.c
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-alias.c
gcc/tree-ssa-operands.c
gcc/tree.h