From: kazu Date: Mon, 13 Aug 2001 07:47:35 +0000 (+0000) Subject: * config/h8300/h8300.md (zero_extendqihi2): Correct the insn X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d24eb4d18e08f9c3a5c4249165773d2e38b7cfcc;p=thirdparty%2Fgcc.git * config/h8300/h8300.md (zero_extendqihi2): Correct the insn length. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44845 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b106c9c406b..23ec7c146270 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 Kazu Hirata + + * config/h8300/h8300.md (zero_extendqihi2): Correct the insn + length. + 2001-08-12 Geoffrey Keating * loop.c (check_dbra_loop): Use condjump_label to compute diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index ed52811807d6..c93a6ebd53df 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1612,7 +1612,7 @@ "@ mov.b #0,%t0 mov.b %R1,%s0\;mov.b #0,%t0" - [(set_attr "length" "2,4") + [(set_attr "length" "2,10") (set_attr "cc" "clobber,clobber")]) ;; The compiler can synthesize a 300H variant of this which is