mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:24:34 +08:00
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:
parent
1347adff0d
commit
232bd029ee
@ -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.
|
||||
|
@ -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" ""))]
|
||||
""
|
||||
"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user