diff options
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r-- | gcc/mode-switching.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 56c4d0fef9a..23ed63b10f8 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -804,8 +804,8 @@ const pass_data pass_data_mode_switching = class pass_mode_switching : public rtl_opt_pass { public: - pass_mode_switching(gcc::context *ctxt) - : rtl_opt_pass(pass_data_mode_switching, ctxt) + pass_mode_switching (gcc::context *ctxt) + : rtl_opt_pass (pass_data_mode_switching, ctxt) {} /* opt_pass methods: */ |