mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 05:04:32 +08:00
* config/h8300/h8300.md (two anonymous patterns): Fix typos.
From-SVN: r59181
This commit is contained in:
parent
6d55e887d0
commit
0d964e40c8
@ -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.
|
||||
|
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user