Commit 7ba7767b by Kazu Hirata Committed by Kazu Hirata

h8300.md (zero_extendqihi2): Correct the insn length.

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

From-SVN: r44845
parent 15aafd86
2001-08-13 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (zero_extendqihi2): Correct the insn
length.
2001-08-12 Geoffrey Keating <geoffk@redhat.com>
* loop.c (check_dbra_loop): Use condjump_label to compute
......
......@@ -1612,7 +1612,7 @@
"@
mov.b #0,%t0
mov.b %R1,%s0\;mov.b #0,%t0"
[(set_attr "length" "2,4")
[(set_attr "length" "2,10")
(set_attr "cc" "clobber,clobber")])
;; The compiler can synthesize a 300H variant of this which is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment