mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 22:30:14 +08:00
h8300.md (anonymous pattern): Add a missing mode.
* config/h8300/h8300.md (anonymous pattern): Add a missing mode. From-SVN: r48026
This commit is contained in:
parent
e32815aa02
commit
103c41c190
@ -1,3 +1,8 @@
|
||||
2001-12-14 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/h8300/h8300.md (anonymous pattern): Add a missing
|
||||
mode.
|
||||
|
||||
2001-12-14 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
|
||||
|
@ -909,7 +909,7 @@
|
||||
|
||||
(define_insn ""
|
||||
[(set (match_operand:SI 0 "register_operand" "=a")
|
||||
(plus (mult:SI
|
||||
(plus:SI (mult:SI
|
||||
(sign_extend:SI (mem:HI
|
||||
(post_inc:SI (match_operand:SI 1 "register_operand" "r"))))
|
||||
(sign_extend:SI (mem:HI
|
||||
|
Loading…
Reference in New Issue
Block a user