diff options
Diffstat (limited to 'gcc/config/mips/4600.md')
-rw-r--r-- | gcc/config/mips/4600.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/4600.md b/gcc/config/mips/4600.md index 155ef74..58b3099 100644 --- a/gcc/config/mips/4600.md +++ b/gcc/config/mips/4600.md @@ -65,13 +65,13 @@ (define_insn_reservation "r4600_fdiv_single" 32 (and (eq_attr "cpu" "r4600,r4650") - (and (eq_attr "type" "fdiv") + (and (eq_attr "type" "fdiv,frdiv") (eq_attr "mode" "SF"))) "alu") (define_insn_reservation "r4600_fdiv_double" 61 (and (eq_attr "cpu" "r4600,r4650") - (and (eq_attr "type" "fdiv") + (and (eq_attr "type" "fdiv,frdiv") (eq_attr "mode" "DF"))) "alu") |