diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-13 07:47:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-13 07:47:35 +0000 |
commit | 7ba7767b1c013a98e5007119c38d2e7415ad1eb9 (patch) | |
tree | 985ba8aa4ae37124d102fdfd78060fc7cf328baf /gcc | |
parent | 15aafd860b235f4fe0716fedf08bf3b593a98083 (diff) | |
download | gcc-7ba7767b1c013a98e5007119c38d2e7415ad1eb9.zip gcc-7ba7767b1c013a98e5007119c38d2e7415ad1eb9.tar.gz gcc-7ba7767b1c013a98e5007119c38d2e7415ad1eb9.tar.bz2 |
h8300.md (zero_extendqihi2): Correct the insn length.
* config/h8300/h8300.md (zero_extendqihi2): Correct the insn
length.
From-SVN: r44845
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b106c9..23ec7c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 Kazu Hirata <kazu@hxi.com> + + * config/h8300/h8300.md (zero_extendqihi2): Correct the insn + length. + 2001-08-12 Geoffrey Keating <geoffk@redhat.com> * 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 ed52811..c93a6eb 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 |