h8300.md (zero_extendqisi2): Correct the length.

* config/h8300/h8300.md (zero_extendqisi2): Correct the
	length.

From-SVN: r60389
This commit is contained in:
Kazu Hirata 2002-12-21 18:45:37 +00:00 committed by Kazu Hirata
parent f7e42925f6
commit 5d7501365b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-12-21 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (zero_extendqisi2): Correct the
length.
2002-12-21 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*zero_extendqihi2_h8300): Make the

View File

@ -1846,7 +1846,7 @@
"@
mov.b #0,%x0\;sub.w %e0,%e0
mov.b %R1,%w0\;mov.b #0,%x0\;sub.w %e0,%e0"
[(set_attr "length" "4,6")
[(set_attr "length" "4,8")
(set_attr "cc" "clobber,clobber")])
(define_expand "zero_extendhisi2"