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: Remove trailing white spaces in i386.md


I checked in the following patch to remove trailing white spaces in
i386.md.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 140961)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config/i386/i386.md: Remove trailing white spaces.
+
 2008-10-07  Kenneth Zadeck <zadeck@naturalbridge.com>
 
 	PR rtl-optimization/37448
Index: config/i386/i386.md
===================================================================
--- config/i386/i386.md	(revision 140961)
+++ config/i386/i386.md	(working copy)
@@ -2559,14 +2559,14 @@
 	 to stack may result in unaligned memory access.  */
       if (misaligned_operand (operands[0], TImode)
 	  || misaligned_operand (operands[1], TImode))
-	{ 
+	{
 	  if (get_attr_mode (insn) == MODE_V4SF)
 	    return "%vmovups\t{%1, %0|%0, %1}";
 	 else
 	   return "%vmovdqu\t{%1, %0|%0, %1}";
 	}
       else
-	{ 
+	{
 	  if (get_attr_mode (insn) == MODE_V4SF)
 	    return "%vmovaps\t{%1, %0|%0, %1}";
 	 else
@@ -2610,14 +2610,14 @@
 	 to stack may result in unaligned memory access.  */
       if (misaligned_operand (operands[0], TImode)
 	  || misaligned_operand (operands[1], TImode))
-	{ 
+	{
 	  if (get_attr_mode (insn) == MODE_V4SF)
 	    return "%vmovups\t{%1, %0|%0, %1}";
 	 else
 	   return "%vmovdqu\t{%1, %0|%0, %1}";
 	}
       else
-	{ 
+	{
 	  if (get_attr_mode (insn) == MODE_V4SF)
 	    return "%vmovaps\t{%1, %0|%0, %1}";
 	 else
@@ -5150,8 +5150,8 @@
 
   /* Avoid store forwarding (partial memory) stall penalty
      by passing DImode value through XMM registers.  */
-  if (<SSEMODEI24:MODE>mode == DImode && !TARGET_64BIT 
-      && TARGET_80387 && TARGET_SSE2 && TARGET_INTER_UNIT_MOVES 
+  if (<SSEMODEI24:MODE>mode == DImode && !TARGET_64BIT
+      && TARGET_80387 && TARGET_SSE2 && TARGET_INTER_UNIT_MOVES
       && optimize_function_for_speed_p (cfun))
     {
       emit_insn (gen_floatdi<X87MODEF:mode>2_i387_with_xmm (operands[0],


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