* tree-ssa-dom.c (stmts_to_rescan): Move from a block-local varray
commita721131d19a89ba70f8edbe5705ae0aebe40267b
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Sep 2004 15:15:34 +0000 (14 15:15 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Sep 2004 15:15:34 +0000 (14 15:15 +0000)
tree797fdf099c38404a6c2542855513fae5c3882cb7
parent39fca56be31a59ea6084c3582b830c012666b46b
    * tree-ssa-dom.c (stmts_to_rescan): Move from a block-local varray
        to a global varray.
        (tree_ssa_dominator_optimize): Allocate stmts_to_rescan.
        (dom_opt_initialize_block_local_data): No longer test stmts_to_rescan's
        state.
        (dom_opt_finalize_block): Update due to change in scope of
        stmts_to_rescan.
        (optimize_stmt): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87494 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-dom.c