Commit 565d8a37 by Geoffrey Keating Committed by Geoffrey Keating

* tree-cfg.c (pass_remove_useless): This pass works on trees.

From-SVN: r99924
parent 90b45528
2005-05-18 Geoffrey Keating <geoffk@apple.com>
* tree-cfg.c (pass_remove_useless): This pass works on trees.
2005-05-18 Richard Guenther <rguenth@gcc.gnu.org> 2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
* tree.c (build1_stat): Don't try to handle two-operand * tree.c (build1_stat): Don't try to handle two-operand
......
...@@ -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, /* properties_required */ PROP_gimple_any | PROP_trees, /* properties_required */
0, /* properties_provided */ PROP_trees, /* 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 */
......
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