diff options
Diffstat (limited to 'gcc/web.c')
-rw-r--r-- | gcc/web.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/web.c b/gcc/web.c index d56563430c2..b602615326b 100644 --- a/gcc/web.c +++ b/gcc/web.c @@ -445,6 +445,7 @@ struct rtl_opt_pass pass_web = { RTL_PASS, "web", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_handle_web, /* gate */ web_main, /* execute */ NULL, /* sub */ |