h8300.md (two anonymous patterns): Fix insn lengths.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Nov 2002 23:32:45 +0000 (23:32 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Nov 2002 23:32:45 +0000 (23:32 +0000)
* config/h8300/h8300.md (two anonymous patterns): Fix insn
lengths.

From-SVN: r59202

gcc/ChangeLog
gcc/config/h8300/h8300.md

index f27dedbb3a9582defa5814645ef523390fdc400f..154312a5129a3812b99822bf6acc93820ffe230a 100644 (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
index b0dba1ab619ab94874a27a455cd14eb2e384da06..1e02883357b5a49a9b4acbe149a78ab2d0e4ab3b 100644 (file)
   "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<")
   "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)