This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Add a missing mode in h8300.md


Hi,

Attached is a patch to add a missing mode.  Tested and committed.

Kazu Hirata

2001-12-14  Kazu Hirata  <kazu@hxi.com>

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

Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.44
diff -u -r1.44 h8300.md
--- h8300.md	2001/12/15 01:16:28	1.44
+++ h8300.md	2001/12/15 01:31:39
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]