* config/h8300/h8300.md (two anonymous patterns): Fix typos.

From-SVN: r59181
This commit is contained in:
Kazu Hirata 2002-11-17 03:30:25 +00:00 committed by Kazu Hirata
parent 6d55e887d0
commit 0d964e40c8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (two anonymous patterns): Fix typos.
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md: Fix formatting.

View File

@ -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")])