Commit da7959a8 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r73993
parent fb8d4638
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.
......
......@@ -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" "")))]
""
"")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment