diff options
Diffstat (limited to 'gcc/config/epiphany/epiphany.h')
-rw-r--r-- | gcc/config/epiphany/epiphany.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h index bd84b5c793f..f16ab85dde9 100644 --- a/gcc/config/epiphany/epiphany.h +++ b/gcc/config/epiphany/epiphany.h @@ -929,8 +929,8 @@ enum }; extern int epiphany_normal_fp_rounding; -extern struct rtl_opt_pass pass_mode_switch_use; -extern struct rtl_opt_pass pass_resolve_sw_modes; +extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt); +extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt); /* This will need to be adjusted when FP_CONTRACT_ON is properly implemented. */ |