* config/h8300/h8300.md (pushhi1_h8300): Correct the mode
used.
(pushhi1): Likewise.
From-SVN: r49656
+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.
;; 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"
"")
(set_attr "cc" "clobber")])
(define_expand "pushhi1"
- [(use (match_operand:QI 0 "register_operand" ""))]
+ [(use (match_operand:HI 0 "register_operand" ""))]
""
"
{