Commit 232bd029 by Kazu Hirata Committed by Kazu Hirata

h8300.md (pushhi1_h8300): Correct the mode used.

	* config/h8300/h8300.md (pushhi1_h8300): Correct the mode
	used.
	(pushhi1): Likewise.

From-SVN: r49656
parent 1347adff
2002-02-10 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (pushhi1_h8300): Correct the mode
used.
(pushhi1): Likewise.
2002-02-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
......
......@@ -202,8 +202,8 @@
;; movhi
(define_expand "pushhi1_h8300"
[(set (mem:QI (pre_dec:HI (reg:HI SP_REG)))
(match_operand:QI 0 "register_operand" ""))]
[(set (mem:HI (pre_dec:HI (reg:HI SP_REG)))
(match_operand:HI 0 "register_operand" ""))]
"TARGET_H8300"
"")
......@@ -218,7 +218,7 @@
(set_attr "cc" "clobber")])
(define_expand "pushhi1"
[(use (match_operand:QI 0 "register_operand" ""))]
[(use (match_operand:HI 0 "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