* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Apr 2009 12:16:00 +0000 (12:16 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Apr 2009 12:16:00 +0000 (12:16 +0000)
commitdfdbf3fd81a768988093378c23a107aaa8eeea4d
tree7f62f8eda796cd4e483b1fb239fc73ab0b2e64f4
parentae2a9b00047ceffe62164b4e4f7d53f5a643afef
* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.
(get_gimple_for_ssa_name): Adjust, lookup using SSA_NAME_DEF_STMT.
* tree-ssa-live.h: (find_replaceable_exprs): Return a bitmap.
(dump_replaceable_exprs): Take a bitmap.
* cfgexpand.c (gimple_cond_pred_to_tree): Handle bitmap instead of
array.
(expand_gimple_basic_block): Likewise.
* tree-ssa-ter.c (struct temp_expr_table_d): Make
replaceable_expressions member a bitmap.
(free_temp_expr_table): Pass back and deal with bitmap, not gimple*.
(mark_replaceable): Likewise.
(find_replaceable_in_bb, dump_replaceable_exprs): Likewise.
* tree-outof-ssa.c (remove_ssa_form): 'values' is a bitmap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146837 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgexpand.c
gcc/ssaexpand.h
gcc/tree-outof-ssa.c
gcc/tree-ssa-live.h
gcc/tree-ssa-ter.c