diff options
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r-- | gcc/mode-switching.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index e6fd61d..87a2d16 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -760,7 +760,7 @@ struct rtl_opt_pass pass_mode_switching = { { RTL_PASS, - "mode-sw", /* name */ + "mode_sw", /* name */ gate_mode_switching, /* gate */ rest_of_handle_mode_switching, /* execute */ NULL, /* sub */ |