Commit 9e5a3e6c by Richard Henderson Committed by Richard Henderson

tree-cfg.c (pass_remove_useless): Revert last change.

        * tree-cfg.c (pass_remove_useless): Revert last change.
        * tree-optimize.c (init_tree_optimization_passes): Initialize
        all_lowering_passes with PROP_gimple_any.

From-SVN: r99942
parent 1574b5fc
2005-05-18 Richard Henderson <rth@redhat.com>
* tree-cfg.c (pass_remove_useless): Revert last change.
* tree-optimize.c (init_tree_optimization_passes): Initialize
all_lowering_passes with PROP_gimple_any.
2005-05-18 Devang Patel <dpatel@apple.com> 2005-05-18 Devang Patel <dpatel@apple.com>
* config/rs6000/rs6000.md (insvsi_internal1): Subtract shift from * config/rs6000/rs6000.md (insvsi_internal1): Subtract shift from
......
...@@ -1992,8 +1992,8 @@ struct tree_opt_pass pass_remove_useless_stmts = ...@@ -1992,8 +1992,8 @@ struct tree_opt_pass pass_remove_useless_stmts =
NULL, /* next */ NULL, /* next */
0, /* static_pass_number */ 0, /* static_pass_number */
0, /* tv_id */ 0, /* tv_id */
PROP_gimple_any | PROP_trees, /* properties_required */ PROP_gimple_any, /* properties_required */
PROP_trees, /* properties_provided */ 0, /* properties_provided */
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
TODO_dump_func, /* todo_flags_finish */ TODO_dump_func, /* todo_flags_finish */
......
...@@ -486,7 +486,7 @@ init_tree_optimization_passes (void) ...@@ -486,7 +486,7 @@ init_tree_optimization_passes (void)
#undef NEXT_PASS #undef NEXT_PASS
register_dump_files (all_lowering_passes, false, 0); register_dump_files (all_lowering_passes, false, PROP_gimple_any);
register_dump_files (all_passes, false, PROP_gimple_any register_dump_files (all_passes, false, PROP_gimple_any
| PROP_gimple_lcf | PROP_gimple_lcf
| PROP_gimple_leh | PROP_gimple_leh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment