aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGavin Koch <gavin@cygnus.com>1998-01-22 16:18:55 -0700
committerJeff Law <law@gcc.gnu.org>1998-01-22 16:18:55 -0700
commit319f217eca47568bea8795b0dec7257f7f430773 (patch)
treec3293eae02283714fe802914b37055eca3db3b05 /gcc
parent40687a9e897cc08696e7a571dcffbc1c14bf50b8 (diff)
downloadgcc-319f217eca47568bea8795b0dec7257f7f430773.zip
gcc-319f217eca47568bea8795b0dec7257f7f430773.tar.gz
gcc-319f217eca47568bea8795b0dec7257f7f430773.tar.bz2
* mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
From-SVN: r17453
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a962be8..d653f0b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 3d0695b..f90d75b 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -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)