diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 49173998c87..9fc3e71e7b2 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -2823,6 +2823,7 @@ struct gimple_opt_pass pass_profile = { GIMPLE_PASS, "profile_estimate", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_estimate_probability, /* gate */ tree_estimate_probability_driver, /* execute */ NULL, /* sub */ @@ -2842,6 +2843,7 @@ struct gimple_opt_pass pass_strip_predict_hints = { GIMPLE_PASS, "*strip_predict_hints", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ strip_predict_hints, /* execute */ NULL, /* sub */ |