This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] h8300.md: Fix insn lengths.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 17 Nov 2002 18:32:43 -0500 (EST)
- Subject: [patch] h8300.md: Fix insn lengths.
Hi,
Attached is a patch to fix insn lengths. Committed as obvious.
Kazu Hirata
2002-11-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (two anonymous patterns): Fix insn
lengths.
Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.104
diff -u -r1.104 h8300.md
--- h8300.md 17 Nov 2002 03:30:25 -0000 1.104
+++ h8300.md 17 Nov 2002 23:29:52 -0000
@@ -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)