* tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Nov 2006 12:23:09 +0000 (12:23 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Nov 2006 12:23:09 +0000 (12:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118853 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-loop-ivopts.c

index 1675c70..8e7537e 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-15  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.
+
 2006-11-15  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/29581
index 0874620..2d9c80c 100644 (file)
@@ -4392,8 +4392,8 @@ determine_iv_costs (struct ivopts_data *data)
        fprintf (dump_file, "  %d\t%d\n", i, cand->cost);
     }
   
-if (dump_file && (dump_flags & TDF_DETAILS))
-      fprintf (dump_file, "\n");
+  if (dump_file && (dump_flags & TDF_DETAILS))
+    fprintf (dump_file, "\n");
 }
 
 /* Calculates cost for having SIZE induction variables.  */