summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-18 13:37:45 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-18 13:37:45 +0000
commit81a0bd53ed2b59d54c3237e34814c4601a7432d7 (patch)
treee3fcac053351102262f875751fb7c2abc31c4ef4 /gcc/tree-outof-ssa.c
parent69f36814fe0634a6334bbc45db2feef3235d07c9 (diff)
downloadgcc-81a0bd53ed2b59d54c3237e34814c4601a7432d7.tar.gz
* tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index 12ce1b9c692..a60b100f1b6 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -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 */