Commit bbea0391 by Nick Clifton Committed by Nick Clifton

Fix precedence of conditional terms

From-SVN: r46408
parent 857236af
2001-10-22 Nick Clifton <nickc@cambridge.redhat.com> 2001-10-22 Nick Clifton <nickc@cambridge.redhat.com>
* config/mips/mips.md (mul_acc_si): Fix precedence of conditional
terms.
* c-format.c: Fix spelling typo in comment. * c-format.c: Fix spelling typo in comment.
* sched-int.h: Fix typo in GCC preamble. * sched-int.h: Fix typo in GCC preamble.
......
...@@ -1798,8 +1798,8 @@ ...@@ -1798,8 +1798,8 @@
(clobber (match_scratch:SI 5 "=X,3,l")) (clobber (match_scratch:SI 5 "=X,3,l"))
(clobber (match_scratch:SI 6 "=a,a,a")) (clobber (match_scratch:SI 6 "=a,a,a"))
(clobber (match_scratch:SI 7 "=X,X,d"))] (clobber (match_scratch:SI 7 "=X,X,d"))]
"TARGET_MIPS3900 "(TARGET_MIPS3900
|| ISA_HAS_MADD_MSUB || ISA_HAS_MADD_MSUB)
&& !TARGET_MIPS16" && !TARGET_MIPS16"
"* "*
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment