Commit 0f14009a by Bernd Schmidt Committed by Bernd Schmidt

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

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

From-SVN: r118853
parent 65713e5b
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> 2006-11-15 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/29581 PR tree-optimization/29581
......
...@@ -4392,7 +4392,7 @@ determine_iv_costs (struct ivopts_data *data) ...@@ -4392,7 +4392,7 @@ determine_iv_costs (struct ivopts_data *data)
fprintf (dump_file, " %d\t%d\n", i, cand->cost); fprintf (dump_file, " %d\t%d\n", i, cand->cost);
} }
if (dump_file && (dump_flags & TDF_DETAILS)) if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file, "\n"); fprintf (dump_file, "\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment