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: Fix formatting.


Hi,

Attached is a patch to fix formatting.  Committed as obvious.

Kazu Hirata

2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/h8300.md: Fix formatting.

Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.102
diff -u -r1.102 h8300.md
--- h8300.md	16 Nov 2002 19:49:56 -0000	1.102
+++ h8300.md	17 Nov 2002 03:14:56 -0000
@@ -1103,7 +1103,7 @@
   [(set (match_operand:HI 0 "register_operand" "=r")
 	(ior:HI (and:HI (match_operand:HI 2 "register_operand" "r")
 			(match_operand:HI 3 "single_one_operand" "n"))
-	(match_operand:HI 1 "register_operand" "0")))]
+		(match_operand:HI 1 "register_operand" "0")))]
   ""
   "*
 {
@@ -1122,7 +1122,7 @@
   [(set (match_operand:SI 0 "register_operand" "=r")
 	(ior:SI (and:SI (match_operand:SI 2 "register_operand" "r")
 			(match_operand:SI 3 "single_one_operand" "n"))
-	(match_operand:SI 1 "register_operand" "0")))]
+		(match_operand:SI 1 "register_operand" "0")))]
   "(INTVAL (operands[3]) & 0xffff) != 0"
   "*
 {


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