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 249433f..dccde72 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -3160,7 +3160,6 @@ const pass_data pass_data_profile = GIMPLE_PASS, /* type */ "profile_estimate", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - true, /* has_gate */ true, /* has_execute */ TV_BRANCH_PROB, /* tv_id */ PROP_cfg, /* properties_required */ @@ -3198,7 +3197,6 @@ const pass_data pass_data_strip_predict_hints = GIMPLE_PASS, /* type */ "*strip_predict_hints", /* name */ OPTGROUP_NONE, /* optinfo_flags */ - false, /* has_gate */ true, /* has_execute */ TV_BRANCH_PROB, /* tv_id */ PROP_cfg, /* properties_required */ |