(umulsi3_highpart): Pass correct number of arguments to const_uint32_operand.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 1 Jun 1995 01:07:20 +0000 (21:07 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 1 Jun 1995 01:07:20 +0000 (21:07 -0400)
(smulsi3_highpart): Likewise.

From-SVN: r9858

gcc/config/m68k/m68k.md

index fab1159..e978d2b 100644 (file)
   if (GET_CODE (operands[2]) == CONST_INT
       || GET_CODE (operands[2]) == CONST_DOUBLE)
     {
-      if (! const_uint32_operand (operands[2]))
+      if (! const_uint32_operand (operands[2], VOIDmode))
        abort ();
       /* We have to adjust the operand order for the matching constraints.  */
       emit_insn (gen_const_umulsi3_highpart (operands[0], operands[3],
   if (GET_CODE (operands[2]) == CONST_INT
       || GET_CODE (operands[2]) == CONST_DOUBLE)
     {
-      if (! const_sint32_operand (operands[2]))
+      if (! const_sint32_operand (operands[2], VOIDmode))
        abort ();
       /* We have to adjust the operand order for the matching constraints.  */
       emit_insn (gen_const_smulsi3_highpart (operands[0], operands[3],