aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/generic.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/generic.md')
-rw-r--r--gcc/config/mips/generic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/generic.md b/gcc/config/mips/generic.md
index c9e85e9..6ae5649 100644
--- a/gcc/config/mips/generic.md
+++ b/gcc/config/mips/generic.md
@@ -82,12 +82,12 @@
"alu")
(define_insn_reservation "generic_fdiv_single" 23
- (and (eq_attr "type" "fdiv")
+ (and (eq_attr "type" "fdiv,frdiv")
(eq_attr "mode" "SF"))
"alu")
(define_insn_reservation "generic_fdiv_double" 36
- (and (eq_attr "type" "fdiv")
+ (and (eq_attr "type" "fdiv,frdiv")
(eq_attr "mode" "DF"))
"alu")