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

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

From-SVN: r49656
This commit is contained in:
Kazu Hirata 2002-02-10 20:24:16 +00:00 committed by Kazu Hirata
parent 1347adff0d
commit 232bd029ee
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
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.

View File

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