This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]