summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2006-12-24 11:23:25 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2006-12-24 10:23:25 +0000
commit497f1b8117dd1d040719a1984779f224077235e0 (patch)
tree0729bdf66d39bb923bb810bd811b1f81a2fdd5cc /gcc/tree-outof-ssa.c
parent7a223fd48dcbec588cbd3c26f0fec5eadeb204e8 (diff)
downloadgcc-497f1b8117dd1d040719a1984779f224077235e0.tar.gz
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
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index c65a31a1c0b..ad8c5ae0298 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -1180,9 +1180,6 @@ remove_ssa_form (bool perform_ter)
}
}
- /* we no longer maintain the SSA operand cache at this point. */
- fini_ssa_operands ();
-
/* If any copies were inserted on edges, analyze and insert them now. */
perform_edge_inserts ();