aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@cambridge.redhat.com>2001-10-22 09:18:19 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-10-22 09:18:19 +0000
commitbbea0391f048d6564ce44f4a27b8987318f2ea75 (patch)
treedf4625edba64f532180cad3c7359e2770bffe555 /gcc/config
parent857236af62494c500b3350f20ef9ff906f3f1122 (diff)
downloadgcc-bbea0391f048d6564ce44f4a27b8987318f2ea75.zip
gcc-bbea0391f048d6564ce44f4a27b8987318f2ea75.tar.gz
gcc-bbea0391f048d6564ce44f4a27b8987318f2ea75.tar.bz2
Fix precedence of conditional terms
From-SVN: r46408
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 98ee650..d22e157 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -1798,8 +1798,8 @@
(clobber (match_scratch:SI 5 "=X,3,l"))
(clobber (match_scratch:SI 6 "=a,a,a"))
(clobber (match_scratch:SI 7 "=X,X,d"))]
- "TARGET_MIPS3900
- || ISA_HAS_MADD_MSUB
+ "(TARGET_MIPS3900
+ || ISA_HAS_MADD_MSUB)
&& !TARGET_MIPS16"
"*
{