aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-02-10 20:24:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-02-10 20:24:16 +0000
commit232bd029ee7c81393b0574771e133200ec62aa73 (patch)
treeeaf3f87d4a5ffa11c96a57c22e6b8f4a05e2412a /gcc
parent1347adff0dd8181d4d50f89a8afdd11ffd139bd3 (diff)
downloadgcc-232bd029ee7c81393b0574771e133200ec62aa73.zip
gcc-232bd029ee7c81393b0574771e133200ec62aa73.tar.gz
gcc-232bd029ee7c81393b0574771e133200ec62aa73.tar.bz2
h8300.md (pushhi1_h8300): Correct the mode used.
* config/h8300/h8300.md (pushhi1_h8300): Correct the mode used. (pushhi1): Likewise. From-SVN: r49656
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/h8300/h8300.md6
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a158313..e0d2d45 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 457c877..a7f2b42 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" ""))]
""
"
{