h8300.md (zero_extendqisi2): Correct the length.
* config/h8300/h8300.md (zero_extendqisi2): Correct the length. From-SVN: r60389
This commit is contained in:
parent
f7e42925f6
commit
5d7501365b
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user