diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 55a645d893f..16d292ef631 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -3053,7 +3053,6 @@ const pass_data pass_data_profile = GIMPLE_PASS, /* type */ "profile_estimate", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_BRANCH_PROB, /* tv_id */ PROP_cfg, /* properties_required */ 0, /* properties_provided */ @@ -3118,7 +3117,6 @@ const pass_data pass_data_strip_predict_hints = GIMPLE_PASS, /* type */ "*strip_predict_hints", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_execute */ TV_BRANCH_PROB, /* tv_id */ PROP_cfg, /* properties_required */ 0, /* properties_provided */ |