diff options
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r-- | gcc/mode-switching.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 61afdc8..d8f8ba5 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -763,6 +763,7 @@ struct rtl_opt_pass pass_mode_switching = { RTL_PASS, "mode_sw", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_mode_switching, /* gate */ rest_of_handle_mode_switching, /* execute */ NULL, /* sub */ |