mn10300.md (andsi3): Fix typo.

�
        * mn10300.md (andsi3): Fix typo.

From-SVN: r20534
This commit is contained in:
Jeff Law 1998-06-17 01:42:35 -06:00
parent 4c738570e1
commit 1b357872d7

View File

@ -799,7 +799,7 @@
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)