* mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
authorGavin Koch <gavin@cygnus.com>
Thu, 22 Jan 1998 23:18:55 +0000 (16:18 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 22 Jan 1998 23:18:55 +0000 (16:18 -0700)
From-SVN: r17453

gcc/ChangeLog
gcc/config/mips/mips.md

index a962be837fb1ea5b3e22803a3c498ce8b978deea..d653f0b8b66e551e5f61805d42594cc4206bebae 100644 (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
index 3d0695bb5e6ca3eb7a3c0e6aa54cfca07f00772e..f90d75b50fdf87fad0633920f40b9c44a232c1e8 100644 (file)
    (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)