From 417098267901a93fddbef10cdb3c3fc0259a104d Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 3 Apr 2009 20:15:40 +0000 Subject: * omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp. (execute_lower_omp): Always run but take the short way out if -fopenmp is not given. (gate_lower_omp): Remove, forcing the pass manager to always run the pass and always set PROP_gimple_lomp. (pass_lower_omp): Remove gate function. * matrix-reorg.c (pass_ipa_matrix_reorg): Don't claim to provide PROP_trees. Instead, require it. * ipa-cp.c (pass_ipa_cp): Likewise. * ipa-inline.c (pass_early_inline): Don't claim to provide PROP_cfg. (pass_ipa_early_inline, pass_inline_parameters, pass_ipa_inline): Idem. * tree-profile.c (pass_tree_profile): Don't claim to provide PROP_cfg and PROP_gimple_leh. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145518 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-profile.c') diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 4467668a885..06f113bea09 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -492,7 +492,7 @@ struct gimple_opt_pass pass_tree_profile = 0, /* static_pass_number */ TV_BRANCH_PROB, /* tv_id */ PROP_gimple_leh | PROP_cfg, /* properties_required */ - PROP_gimple_leh | PROP_cfg, /* properties_provided */ + 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ TODO_verify_stmts | TODO_dump_func /* todo_flags_finish */ -- cgit v1.2.1