From: Kazu Hirata Date: Sun, 17 Nov 2002 03:30:25 +0000 (+0000) Subject: * config/h8300/h8300.md (two anonymous patterns): Fix typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d964e40c8117339c7d36007322a8b8ca63f757b;p=gcc.git * config/h8300/h8300.md (two anonymous patterns): Fix typos. From-SVN: r59181 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4197bfaa51..08725ea3ec1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-11-16 Kazu Hirata + + * config/h8300/h8300.md (two anonymous patterns): Fix typos. + 2002-11-16 Kazu Hirata * config/h8300/h8300.md: Fix formatting. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 8923fcc714c..b0dba1ab619 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2166,7 +2166,7 @@ "REG_P (operands[0]) && REG_P (operands[1]) && REGNO (operands[0]) != REGNO (operands[1])" - "or\\t%X1,%s0" + "or\\t%X1,%w0" [(set_attr "cc" "clobber") (set_attr "length" "2")]) @@ -2200,7 +2200,7 @@ "REG_P (operands[0]) && REG_P (operands[1]) && REGNO (operands[0]) != REGNO (operands[1])" - "xor\\t%X1,%s0" + "xor\\t%X1,%w0" [(set_attr "cc" "clobber") (set_attr "length" "2")])