diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-04-06 05:13:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-04-06 05:13:51 +0000 |
commit | 910c46b516b50e2ca38ade41c44c0f4194c1392e (patch) | |
tree | 8ed639de84f215c66cc22836c6547b3298587ab3 | |
parent | ef378bbee7ef5fdc9a83ac56c3fed7d7c3b5ee9f (diff) | |
download | gcc-910c46b516b50e2ca38ade41c44c0f4194c1392e.zip gcc-910c46b516b50e2ca38ade41c44c0f4194c1392e.tar.gz gcc-910c46b516b50e2ca38ade41c44c0f4194c1392e.tar.bz2 |
h8300.md (*zero_extendqisi2_h8300hs): Change the second alternative to "#".
* config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
the second alternative to "#".
From-SVN: r65295
-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 c3381f0..0077279 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-06 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change + the second alternative to "#". + 2003-04-05 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index ce20696..6bc0cf0 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2086,7 +2086,7 @@ "TARGET_H8300H || TARGET_H8300S" "@ extu.w %T0\;extu.l %S0 - mov.b %R1,%w0\;extu.w %T0\;extu.l %S0" + #" [(set_attr "length" "4,12") (set_attr "cc" "set_znv,set_znv")]) |