OSDN Git Service

* config/i386/i386.md (truncxf<mode>2): Fix indentation.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 2010 14:53:06 +0000 (14:53 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 2010 14:53:06 +0000 (14:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164309 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index d56d1be..9472e27 100644 (file)
@@ -1,5 +1,9 @@
 2010-09-15  Ian Lance Taylor  <iant@google.com>
 
 2010-09-15  Ian Lance Taylor  <iant@google.com>
 
+       * config/i386/i386.md (truncxf<mode>2): Fix indentation.
+
+2010-09-15  Ian Lance Taylor  <iant@google.com>
+
        * function.c (get_arg_pointer_save_area): Set
        arg_pointer_save_area_init to true.
 
        * function.c (get_arg_pointer_save_area): Set
        arg_pointer_save_area_init to true.
 
index 9780eef..45e82e0 100644 (file)
     }
   else
     {
     }
   else
     {
-     enum ix86_stack_slot slot = (virtuals_instantiated
-                                 ? SLOT_TEMP
-                                 : SLOT_VIRTUAL);
+      enum ix86_stack_slot slot = (virtuals_instantiated
+                                  ? SLOT_TEMP
+                                  : SLOT_VIRTUAL);
       operands[2] = assign_386_stack_local (<MODE>mode, slot);
     }
 })
       operands[2] = assign_386_stack_local (<MODE>mode, slot);
     }
 })