Commit 8763a465 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.md: Fix an insn length.

From-SVN: r48990
parent 15b9b32f
2002-01-18 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md: Fix an insn length.
2002-01-18 Kazu Hirata <kazu@hxi.com>
* bitmap.h: Fix comment formatting.
* combine.c: Likewise.
* cppfiles.c: Likewise.
......
......@@ -1733,7 +1733,7 @@
"@
bld #7,%s0\;subx %t0,%t0
mov.b %R1,%s0\;bld #7,%s0\;subx %t0,%t0"
[(set_attr "length" "4,6")
[(set_attr "length" "4,8")
(set_attr "cc" "clobber,clobber")])
(define_insn ""
......
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