From 03daa6410c32a71b06970783408e4f38c9c1df34 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 9 Sep 1994 14:16:36 -0700 Subject: [PATCH] (memory): Add missing !r4600 to first define_function_unit. From-SVN: r8061 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index a1828cb..9b9959b 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -139,7 +139,7 @@ ;; Make the default case (PROCESSOR_DEFAULT) handle the worst case (define_function_unit "memory" 1 0 - (and (eq_attr "type" "load") (eq_attr "cpu" "!r3000")) + (and (eq_attr "type" "load") (eq_attr "cpu" "!r3000,r4600")) 3 0) (define_function_unit "memory" 1 0 -- 2.7.4