diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index fa8173ecbaa..d004fac94db 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -568,6 +568,7 @@ struct simple_ipa_opt_pass pass_ipa_tree_profile = { SIMPLE_IPA_PASS, "profile", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_tree_profile_ipa, /* gate */ tree_profiling, /* execute */ NULL, /* sub */ |