tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.

* tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.

From-SVN: r118853
This commit is contained in:
Bernd Schmidt 2006-11-15 12:23:09 +00:00 committed by Bernd Schmidt
parent 65713e5bcc
commit 0f14009a1e
2 changed files with 6 additions and 2 deletions

View 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

View 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. */