diff options
Diffstat (limited to 'gcc/web.c')
-rw-r--r-- | gcc/web.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |