h8300.md (two anonymous patterns): Fix insn lengths.

* config/h8300/h8300.md (two anonymous patterns): Fix insn
	lengths.

From-SVN: r59202
This commit is contained in:
Kazu Hirata 2002-11-17 23:32:45 +00:00 committed by Kazu Hirata
parent d2b2c7cd3d
commit cf0cec73f6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-11-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (two anonymous patterns): Fix insn
lengths.
2002-11-17 Daniel Jacobowitz <drow@mvista.com>
* sh.c (gen_shl_and): Don't create a zero_extend if the operand

View File

@ -2259,7 +2259,7 @@
"TARGET_H8300H || TARGET_H8300S"
"mov.w\\t%e1,%f2\;mov.b\\t%w2,%R0"
[(set_attr "cc" "set_znv")
(set_attr "length" "8")])
(set_attr "length" "10")])
(define_insn ""
[(set (match_operand:QI 0 "general_operand_dst" "=rm<")
@ -2269,7 +2269,7 @@
"TARGET_H8300H || TARGET_H8300S"
"mov.w\\t%e1,%f2\;mov.b\\t%x2,%R0"
[(set_attr "cc" "set_znv")
(set_attr "length" "8")])
(set_attr "length" "10")])
(define_insn_and_split ""
[(set (pc)