diff options
Diffstat (limited to 'gcc/config/mips/5400.md')
-rw-r--r-- | gcc/config/mips/5400.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/5400.md b/gcc/config/mips/5400.md index 362999d7b5..f54bacef2e 100644 --- a/gcc/config/mips/5400.md +++ b/gcc/config/mips/5400.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002-2014 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; @@ -33,7 +33,7 @@ (define_insn_reservation "ir_vr54_unknown" 1 (and (eq_attr "cpu" "r5400") - (eq_attr "type" "unknown")) + (eq_attr "type" "unknown,atomic,syncloop")) "vr54_dp0+vr54_dp1+vr54_mem+vr54_mac") ;; Assume prediction fails. @@ -73,7 +73,7 @@ (define_insn_reservation "ir_vr54_hilo" 1 (and (eq_attr "cpu" "r5400") - (eq_attr "type" "mthilo,mfhilo")) + (eq_attr "type" "mthi,mtlo,mfhi,mflo")) "vr54_dp0|vr54_dp1") (define_insn_reservation "ir_vr54_arith" 1 |