From 232bd029ee7c81393b0574771e133200ec62aa73 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 10 Feb 2002 20:24:16 +0000 Subject: [PATCH] h8300.md (pushhi1_h8300): Correct the mode used. * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used. (pushhi1): Likewise. From-SVN: r49656 --- gcc/ChangeLog | 6 ++++++ gcc/config/h8300/h8300.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a158313c337..e0d2d455358 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-02-10 Kazu Hirata + + * config/h8300/h8300.md (pushhi1_h8300): Correct the mode + used. + (pushhi1): Likewise. + 2002-02-10 John David Anglin * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 457c8770005..a7f2b421ce4 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -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" ""))] "" " {