]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.
authorJan Hubicka <jh@suse.cz>
Sun, 24 Dec 2006 10:23:25 +0000 (11:23 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 24 Dec 2006 10:23:25 +0000 (10:23 +0000)
commit497f1b8117dd1d040719a1984779f224077235e0
tree0729bdf66d39bb923bb810bd811b1f81a2fdd5cc
parent7a223fd48dcbec588cbd3c26f0fec5eadeb204e8
tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.

* tree-ssa-operands.h (struct ssa_operand_memory_d):
add ssa_operand_mem_size.
* tree-ssa-operands.c (operands_bitmap_obstack): New.
(ssa_operand_mem_size): Remove.
(init_ssa_operands): Initialize obstack; use it.
(fini_ssa_operands): Release obstack.
(ssa_operand_alloc): Update.
(finalize_ssa_vdefs, finalize_ssa_vuse_ops, copy_virtual_operands,
get_mpt_for): Use obstack.
* tree-ssa.c (delete_tree_ssa): Call fini_ssa_operands.
* tree-outof-ssa.c: (remove_ssa_form): Don't call it here.

From-SVN: r120189
gcc/ChangeLog
gcc/tree-outof-ssa.c
gcc/tree-ssa-operands.c
gcc/tree-ssa-operands.h
gcc/tree-ssa.c