* mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.

From-SVN: r17453
This commit is contained in:
Gavin Koch 1998-01-22 16:18:55 -07:00 committed by Jeff Law
parent 40687a9e89
commit 319f217eca
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Jan 23 00:19:36 1998 Gavin Kock (gavin@cygnus.com)
* mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
1998-01-22 scott snyder <snyder@d0sgif.fnal.gov>
* mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in

View file

@ -1751,7 +1751,7 @@
(clobber (match_scratch:DI 3 "=h"))
(clobber (match_scratch:DI 4 "=l"))
(clobber (match_scratch:DI 5 "=a"))]
"TARGET_64BIT && !TARGET_MIPS16 && (GENERATE_MULT3 || mips_cpu == PROCESSOR_R4000)"
"TARGET_64BIT && (GENERATE_MULT3 || mips_cpu == PROCESSOR_R4000 || TARGET_MIPS16)"
"*
{
if (GENERATE_MULT3)