diff options
Diffstat (limited to 'gcc/config/epiphany/epiphany-protos.h')
-rw-r--r-- | gcc/config/epiphany/epiphany-protos.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/epiphany/epiphany-protos.h b/gcc/config/epiphany/epiphany-protos.h index bfa48021443..98342a8d499 100644 --- a/gcc/config/epiphany/epiphany-protos.h +++ b/gcc/config/epiphany/epiphany-protos.h @@ -40,7 +40,8 @@ extern int epiphany_initial_elimination_offset (int, int); extern void epiphany_init_expanders (void); extern int hard_regno_mode_ok (int regno, enum machine_mode mode); #ifdef HARD_CONST -extern void emit_set_fp_mode (int entity, int mode, HARD_REG_SET regs_live); +extern void emit_set_fp_mode (int entity, int mode, int prev_mode, + HARD_REG_SET regs_live); #endif extern void epiphany_insert_mode_switch_use (rtx insn, int, int); extern void epiphany_expand_set_fp_mode (rtx *operands); |