mn10300.md (andsi3): Fix typo.
authorJeff Law <law@gcc.gnu.org>
Wed, 17 Jun 1998 07:42:35 +0000 (01:42 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Jun 1998 07:42:35 +0000 (01:42 -0600)

        * mn10300.md (andsi3): Fix typo.

From-SVN: r20534

gcc/config/mn10300/mn10300.md

index 726418fba68dd8ed75598a674ca6623f494beed3..502de96c66da661ee630b3b98e9b473269f64748 100644 (file)
   if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0x1fffffff)
     return \"add %0,%0\;asl2 %0\;lsr 3,%0\";
   if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0x0fffffff)
-    return \"asl2 %0,%0\;asl2 %0\;lsr 4,%0\";
+    return \"asl2 %0\;asl2 %0\;lsr 4,%0\";
   if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0xfffffffe)
     return \"lsr 1,%0\;add %0,%0\";
   if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0xfffffffc)