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] m32r.md: Remove a constraint from a splitter.


Hi,

Committed as obvious.

Kazu Hirata

2003-12-25  Kazu Hirata  <kazu@cs.umass.edu>

	* config/m32r/m32r.md: Remove a constraint from a splitter.

Index: m32r.md
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/m32r/m32r.md,v
retrieving revision 1.33
diff -u -r1.33 m32r.md
--- m32r.md	17 Dec 2003 03:30:19 -0000	1.33
+++ m32r.md	25 Dec 2003 21:55:05 -0000
@@ -500,7 +500,7 @@
 
 (define_split
   [(set (match_operand:SI 0 "register_operand" "")
-	(match_operand:SI 1 "seth_add3_operand" "i"))]
+	(match_operand:SI 1 "seth_add3_operand" ""))]
   "TARGET_ADDR32"
   [(set (match_dup 0)
 	(high:SI (match_dup 1)))


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