Commit b7352f3f by Jan Hubicka Committed by Jan Hubicka

* tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.

From-SVN: r136891
parent 900e3ae5
2008-06-16 Jan Hubicka <jh@suse.cz>
* tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.
2008-06-16 Daniel Jacobowitz <dan@codesourcery.com>
Kazu Hirata <kazu@codesourcery.com>
Maxim Kuvyrkov <maxim@codesourcery.com
......
......@@ -1477,7 +1477,7 @@ struct gimple_opt_pass pass_del_ssa =
NULL, /* next */
0, /* static_pass_number */
TV_TREE_SSA_TO_NORMAL, /* tv_id */
PROP_cfg | PROP_ssa | PROP_alias, /* properties_required */
PROP_cfg | PROP_ssa, /* properties_required */
0, /* properties_provided */
/* ??? If TER is enabled, we also kill gimple. */
PROP_ssa, /* properties_destroyed */
......
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