h8300.md (pushhi1_h8300): Correct the mode used.
authorKazu Hirata <kazu@hxi.com>
Sun, 10 Feb 2002 20:24:16 +0000 (20:24 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 10 Feb 2002 20:24:16 +0000 (20:24 +0000)
* config/h8300/h8300.md (pushhi1_h8300): Correct the mode
used.
(pushhi1): Likewise.

From-SVN: r49656

gcc/ChangeLog
gcc/config/h8300/h8300.md

index a158313c33734f5b929e61173c13017bd8d0f79c..e0d2d45535800e8224bf1fd244db2f9134146e91 100644 (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.
index 457c87700056c962b68b3fb07f499981fae76556..a7f2b421ce4296eef35ac7e6a14ffb8b32c6511b 100644 (file)
 ;; 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" ""))]
   ""
   "
 {