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

From-SVN: r99924
This commit is contained in:
Geoffrey Keating 2005-05-18 20:23:26 +00:00 committed by Geoffrey Keating
parent 90b4552881
commit 565d8a378f
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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>
* tree.c (build1_stat): Don't try to handle two-operand

View file

@ -1992,8 +1992,8 @@ struct tree_opt_pass pass_remove_useless_stmts =
NULL, /* next */
0, /* static_pass_number */
0, /* tv_id */
PROP_gimple_any, /* properties_required */
0, /* properties_provided */
PROP_gimple_any | PROP_trees, /* properties_required */
PROP_trees, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_dump_func, /* todo_flags_finish */