diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-09-09 14:16:36 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-09-09 14:16:36 -0700 |
commit | 03daa6410c32a71b06970783408e4f38c9c1df34 (patch) | |
tree | a3beb3126b88c95c3039f915802798db1728687c | |
parent | 6c949b675992cde260f0ecfd667e38fcfe8815d8 (diff) | |
download | gcc-03daa6410c32a71b06970783408e4f38c9c1df34.zip gcc-03daa6410c32a71b06970783408e4f38c9c1df34.tar.gz gcc-03daa6410c32a71b06970783408e4f38c9c1df34.tar.bz2 |
(memory): Add missing !r4600 to first define_function_unit.
From-SVN: r8061
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |