Commit 103c41c1 by Kazu Hirata Committed by Kazu Hirata

h8300.md (anonymous pattern): Add a missing mode.

	* config/h8300/h8300.md (anonymous pattern): Add a missing
	mode.

From-SVN: r48026
parent e32815aa
2001-12-14 Kazu Hirata <kazu@hxi.com> 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 * config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
comment typo. comment typo.
......
...@@ -909,7 +909,7 @@ ...@@ -909,7 +909,7 @@
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "register_operand" "=a") [(set (match_operand:SI 0 "register_operand" "=a")
(plus (mult:SI (plus:SI (mult:SI
(sign_extend:SI (mem:HI (sign_extend:SI (mem:HI
(post_inc:SI (match_operand:SI 1 "register_operand" "r")))) (post_inc:SI (match_operand:SI 1 "register_operand" "r"))))
(sign_extend:SI (mem:HI (sign_extend:SI (mem:HI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment