From ac7198efaf94ea5885d40d7b93fe404603e4a429 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 19 Jan 1994 23:05:32 -0700 Subject: [PATCH] * pa.md (iorscc): Fix typo. From-SVN: r6401 --- gcc/config/pa/pa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index c3d7f11bed2..993c7f587fc 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -393,7 +393,7 @@ [(match_operand:SI 4 "register_operand" "r") (match_operand:SI 5 "arith11_operand" "rI")])))] "" - "com%I2clr,%S3 %2,%1,0\;com%I2clr,%B6 %5,%4,%0\;ldi 1,%0" + "com%I2clr,%S3 %2,%1,0\;com%I5clr,%B6 %5,%4,%0\;ldi 1,%0" [(set_attr "type" "binary") (set_attr "length" "8")]) -- 2.30.2