* tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.
From-SVN: r136891
This commit is contained in:
parent
900e3ae581
commit
b7352f3f9a
@ -1,3 +1,7 @@
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user