* config/h8300/h8300.md (extendqisi2): Remove constraints.

From-SVN: r73993
This commit is contained in:
Kazu Hirata 2003-11-27 14:16:29 +00:00 committed by Kazu Hirata
parent fb8d463851
commit da7959a852
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (extendqisi2): Remove constraints.
2003-11-27 Gunther Nikl <gni@gecko.de>
* doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.

View File

@ -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" "")))]
""
"")