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: Clean up.


Hi,

Attached is a patch to clean up *zero_extendqisi2_h8300hs.  Its second
alternative is always aplit.  Thus the patch changes it to "#".

Kazu Hirata

2003-04-06  Kazu Hirata  <kazu at cs dot umass dot edu>

	* config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
	the second alternative to "#".

Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.214
diff -u -r1.214 h8300.md
--- h8300.md	4 Apr 2003 22:01:46 -0000	1.214
+++ h8300.md	6 Apr 2003 05:01:48 -0000
@@ -2086,7 +2086,7 @@
   "TARGET_H8300H || TARGET_H8300S"
   "@
   extu.w	%T0\;extu.l	%S0
-  mov.b	%R1,%w0\;extu.w	%T0\;extu.l	%S0"
+  #"
   [(set_attr "length" "4,12")
    (set_attr "cc" "set_znv,set_znv")])
 


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