diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index a671aed236e..16dc5df03aa 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -5292,6 +5292,7 @@ struct simple_ipa_opt_pass pass_ipa_free_lang_data = { SIMPLE_IPA_PASS, "*free_lang_data", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ NULL, /* gate */ free_lang_data, /* execute */ NULL, /* sub */ |