* config/h8300/h8300.md: Fix an insn length.
From-SVN: r48990
This commit is contained in:
parent
15b9b32f43
commit
8763a46502
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue