From: Nick Clifton Date: Mon, 22 Oct 2001 09:18:19 +0000 (+0000) Subject: Fix precedence of conditional terms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbea0391f048d6564ce44f4a27b8987318f2ea75;p=gcc.git Fix precedence of conditional terms From-SVN: r46408 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 322a6fe9daa..171f78ff865 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2001-10-22 Nick Clifton + * config/mips/mips.md (mul_acc_si): Fix precedence of conditional + terms. + * c-format.c: Fix spelling typo in comment. * sched-int.h: Fix typo in GCC preamble. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 98ee650d22c..d22e1573872 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" "* {