* config/i386/i386.md (truncxf<mode>2): Fix indentation.
authorIan Lance Taylor <iant@google.com>
Wed, 15 Sep 2010 14:53:06 +0000 (14:53 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 15 Sep 2010 14:53:06 +0000 (14:53 +0000)
From-SVN: r164309

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

index d56d1be5e50e77f96f82ef17b35e5da6df24fbb1..9472e27e49431d3f2865487b8c5934e37e4b3512 100644 (file)
@@ -1,3 +1,7 @@
+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
index 9780eef90470bf811b2e05edc713f2aa50d92493..45e82e0c7d44ed5642e06ceef595f6a2805c827f 100644 (file)
     }
   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);
     }
 })