diff options
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r-- | gcc/lto-streamer-out.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 4467eb49e5a..6b689ee5ba1 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -1009,6 +1009,7 @@ struct ipa_opt_pass_d pass_ipa_lto_gimple_out = { IPA_PASS, "lto_gimple_out", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_lto_out, /* gate */ NULL, /* execute */ NULL, /* sub */ @@ -1424,6 +1425,7 @@ struct ipa_opt_pass_d pass_ipa_lto_finish_out = { IPA_PASS, "lto_decls_out", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_lto_out, /* gate */ NULL, /* execute */ NULL, /* sub */ |