From: Kazu Hirata Date: Sun, 6 Apr 2003 05:13:51 +0000 (+0000) Subject: h8300.md (*zero_extendqisi2_h8300hs): Change the second alternative to "#". X-Git-Tag: releases/gcc-3.4.0~7454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=910c46b516b50e2ca38ade41c44c0f4194c1392e;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3381f07b6ff..0077279596c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-06 Kazu Hirata + + * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change + the second alternative to "#". + 2003-04-05 Kazu Hirata * 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 ce2069674724..6bc0cf0b7713 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")])