From: Kazu Hirata Date: Thu, 27 Nov 2003 14:16:29 +0000 (+0000) Subject: * config/h8300/h8300.md (extendqisi2): Remove constraints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da7959a8524d6a69be213dc5a115e534750dfe53;p=gcc.git * config/h8300/h8300.md (extendqisi2): Remove constraints. From-SVN: r73993 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5551dde4169..8dce3a6f711 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-27 Kazu Hirata + + * config/h8300/h8300.md (extendqisi2): Remove constraints. + 2003-11-27 Gunther Nikl * doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 3dad9d3ba8d..f5a6494fbdc 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2436,7 +2436,7 @@ (set_attr "cc" "set_znv")]) (define_expand "extendqisi2" - [(set (match_operand:SI 0 "register_operand" "=r,r") + [(set (match_operand:SI 0 "register_operand" "") (sign_extend:SI (match_operand:QI 1 "register_operand" "")))] "" "")