mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 13:35:24 +08:00
h8300.md (*zero_extendqisi2_h8300hs): Change the second alternative to "#".
* config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change the second alternative to "#". From-SVN: r65295
This commit is contained in:
parent
ef378bbee7
commit
910c46b516
@ -1,3 +1,8 @@
|
||||
2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
|
||||
the second alternative to "#".
|
||||
|
||||
2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
|
||||
|
@ -2086,7 +2086,7 @@
|
||||
"TARGET_H8300H || TARGET_H8300S"
|
||||
"@
|
||||
extu.w %T0\;extu.l %S0
|
||||
mov.b %R1,%w0\;extu.w %T0\;extu.l %S0"
|
||||
#"
|
||||
[(set_attr "length" "4,12")
|
||||
(set_attr "cc" "set_znv,set_znv")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user