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] h8300.md: Remove constraints from define_expand.


Hi,

Committed as obvious.

Kazu Hirata

2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/h8300.md (extendqisi2): Remove constraints.

Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.245
diff -u -r1.245 h8300.md
--- h8300.md	24 Nov 2003 17:34:16 -0000	1.245
+++ h8300.md	27 Nov 2003 14:09:21 -0000
@@ -2436,7 +2436,7 @@
    (set_attr "cc" "set_znv")])
 
 (define_expand "extendqisi2"
-  [(set (match_operand:SI 0 "register_operand" "=r,r")
+  [(set (match_operand:SI 0 "register_operand" "")
 	(sign_extend:SI (match_operand:QI 1 "register_operand" "")))]
   ""
   "")


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