OSDN Git Service

authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 1998 07:42:35 +0000 (07:42 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 1998 07:42:35 +0000 (07:42 +0000)
        * mn10300.md (andsi3): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20534 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mn10300/mn10300.md

index 726418f..502de96 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)