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:
Kazu Hirata 2003-04-06 05:13:51 +00:00 committed by Kazu Hirata
parent ef378bbee7
commit 910c46b516
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

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