From: Jeff Law Date: Wed, 17 Jun 1998 07:42:35 +0000 (-0600) Subject: mn10300.md (andsi3): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b357872d7ce4600a1d24b1eca94d7bace7c31ab;p=gcc.git mn10300.md (andsi3): Fix typo. � * mn10300.md (andsi3): Fix typo. From-SVN: r20534 --- diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index 726418fba68..502de96c66d 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -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)