aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-06-17 01:42:35 -0600
committerJeff Law <law@gcc.gnu.org>1998-06-17 01:42:35 -0600
commit1b357872d7ce4600a1d24b1eca94d7bace7c31ab (patch)
tree1635d31d422c35056b6960e10fc5ef03d9657bf8 /gcc
parent4c738570e1d5fa970e323ac1a99f2063d3d31cb6 (diff)
downloadgcc-1b357872d7ce4600a1d24b1eca94d7bace7c31ab.zip
gcc-1b357872d7ce4600a1d24b1eca94d7bace7c31ab.tar.gz
gcc-1b357872d7ce4600a1d24b1eca94d7bace7c31ab.tar.bz2
mn10300.md (andsi3): Fix typo.
� * mn10300.md (andsi3): Fix typo. From-SVN: r20534
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mn10300/mn10300.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md
index 726418f..502de96 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)