From 103c41c190a8fd22564b17aaa484a8e412a8a217 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 15 Dec 2001 01:33:51 +0000 Subject: [PATCH] h8300.md (anonymous pattern): Add a missing mode. * config/h8300/h8300.md (anonymous pattern): Add a missing mode. From-SVN: r48026 --- gcc/ChangeLog | 5 +++++ gcc/config/h8300/h8300.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1fd49b186e4..7dbcf88fe9e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-14 Kazu Hirata + + * config/h8300/h8300.md (anonymous pattern): Add a missing + mode. + 2001-12-14 Kazu Hirata * config/h8300/h8300.c (h8300_adjust_insn_length): Fix a diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 285d9adad88..34a7f355938 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -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 -- 2.30.2