From b6313dcf9644cd51faa48c45da06afcd42751b3e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 28 Mar 2006 12:10:11 -0700 Subject: timevar.def (TV_TREE_PHI_CPROP): New timevar. * timevar.def (TV_TREE_PHI_CPROP): New timevar. * tree-ssa-dom.c (pass_phi_only_cprop): Use it. From-SVN: r112466 --- gcc/tree-ssa-dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-dom.c') diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 31e39d8..f631eaa 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -2465,7 +2465,7 @@ struct tree_opt_pass pass_phi_only_cprop = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - TV_TREE_CCP, /* tv_id */ + TV_TREE_PHI_CPROP, /* tv_id */ PROP_cfg | PROP_ssa | PROP_alias, /* properties_required */ 0, /* properties_provided */ PROP_smt_usage, /* properties_destroyed */ -- cgit v1.1