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


Hi,

Committed as obvious.

Kazu Hirata

2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: i386.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.md,v
retrieving revision 1.514
diff -u -r1.514 i386.md
--- i386.md	24 Feb 2004 03:27:10 -0000	1.514
+++ i386.md	29 Feb 2004 21:28:01 -0000
@@ -4061,7 +4061,7 @@
 (define_insn_and_split "*fix_truncdi_1"
   [(set (match_operand:DI 0 "nonimmediate_operand" "=m,?r")
 	(fix:DI (match_operand 1 "register_operand" "f,f")))
-	(clobber (reg:CC 17))]
+   (clobber (reg:CC 17))]
   "TARGET_80387 && FLOAT_MODE_P (GET_MODE (operands[1]))
    && !reload_completed && !reload_in_progress
    && (!SSE_FLOAT_MODE_P (GET_MODE (operands[1])) || !TARGET_64BIT)"
@@ -4226,7 +4226,7 @@
 (define_insn_and_split "*fix_truncsi_1"
   [(set (match_operand:SI 0 "nonimmediate_operand" "=m,?r")
 	(fix:SI (match_operand 1 "register_operand" "f,f")))
-        (clobber (reg:CC 17))]
+   (clobber (reg:CC 17))]
   "TARGET_80387 && FLOAT_MODE_P (GET_MODE (operands[1]))
    && !reload_completed && !reload_in_progress
    && !SSE_FLOAT_MODE_P (GET_MODE (operands[1]))"
@@ -4367,7 +4367,7 @@
 (define_insn_and_split "*fix_trunchi_1"
   [(set (match_operand:HI 0 "nonimmediate_operand" "=m,?r")
 	(fix:HI (match_operand 1 "register_operand" "f,f")))
-        (clobber (reg:CC 17))]
+   (clobber (reg:CC 17))]
   "TARGET_80387 && FLOAT_MODE_P (GET_MODE (operands[1]))
    && !reload_completed && !reload_in_progress
    && !SSE_FLOAT_MODE_P (GET_MODE (operands[1]))"


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