diff options
Diffstat (limited to 'gcc/config/mips/24k.md')
-rw-r--r-- | gcc/config/mips/24k.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/24k.md b/gcc/config/mips/24k.md index 1012677d100..79b74ca8f8b 100644 --- a/gcc/config/mips/24k.md +++ b/gcc/config/mips/24k.md @@ -319,7 +319,7 @@ ;; fxfer (mfc1, mfhc1, mtc1, mthc1) (define_insn_reservation "r24k_fxfer" 4 (and (eq_attr "cpu" "24kf") - (eq_attr "type" "xfer")) + (eq_attr "type" "mfc,mtc")) "r24k_fpu_iss") ;; -------------------------------------------------------------- @@ -435,7 +435,7 @@ ;; fxfer (mfc1, mfhc1, mtc1, mthc1) (define_insn_reservation "r24kx_fxfer" 2 (and (eq_attr "cpu" "24kx") - (eq_attr "type" "xfer")) + (eq_attr "type" "mfc,mtc")) "r24kx_fpu_iss") ;; -------------------------------------------------------------- |