Commit 0d964e40 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r59181
parent 6d55e887
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.
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
......
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment