tree-ssa-operands.h (struct ssa_operands): New.
authorJan Hubicka <jh@suse.cz>
Thu, 30 Nov 2006 15:30:01 +0000 (16:30 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 30 Nov 2006 15:30:01 +0000 (15:30 +0000)
commit456cde303058f8e7a01ff00e12bddba44a1bac75
treeb063e9194250c0c9d4b41caadabed3f1f5175e80
parentc6b1b49b1ecf3ef95fcdf98c2ed41edefd4c8991
tree-ssa-operands.h (struct ssa_operands): New.

* tree-ssa-operands.h (struct ssa_operands): New.
* tree-flow-inline.h (gimple_ssa_operands): New function.
* tree-flow.h: (struct gimple_df): Add ssa_operands.
* Makefile.in: Remove gt-tree-ssa-operands.h
* tree-ssa-operands.c: Do not include gt-tree-ssa-operands.h
(free_defs, free_uses, free_vuses, free_maydefs, free_mustdefs,
operand_memory, operand_memory_index, ops_active): Remove statics.
(ALLOC_OPTYPE): Update.
(operand_build_sort_virtual): Update.
(ssa_operands_active): Update.
(init_ssa_operands): Update.
(fini_ssa_operands): Update.
(ssa_operand_alloc): Update.
(INITIALIZE_USE): Update.
(finalize_ssa_use_ops): Update.
(finalize_ssa_v_may_def_ops): Update.
(finalize_ssa_vuse_ops): Update.
(finalize_ssa_v_must_def_ops): Update.

From-SVN: r119363
gcc/ChangeLog
gcc/Makefile.in
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-operands.c
gcc/tree-ssa-operands.h