From 1b357872d7ce4600a1d24b1eca94d7bace7c31ab Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 17 Jun 1998 01:42:35 -0600 Subject: [PATCH] mn10300.md (andsi3): Fix typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * mn10300.md (andsi3): Fix typo. From-SVN: r20534 --- gcc/config/mn10300/mn10300.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2