Commit c0264f67 by Jan Hubicka Committed by Jan Hubicka

* tree-ssa-coalesce.c (coalesce_cost): Fix formating.

From-SVN: r254699
parent d4017fd3
2017-11-13 Jan Hubicka <hubicka@ucw.cz>
* tree-ssa-coalesce.c (coalesce_cost): Fix formating.
* tree-ssa-sink.c (select_best_block): Do not use frequencies.
2017-11-13 Eric Botcazou <ebotcazou@adacore.com>
......@@ -164,7 +164,8 @@ coalesce_cost (int frequency, bool optimize_for_size)
static inline int
coalesce_cost_bb (basic_block bb)
{
return coalesce_cost (bb->count.to_frequency (cfun), optimize_bb_for_size_p (bb));
return coalesce_cost (bb->count.to_frequency (cfun),
optimize_bb_for_size_p (bb));
}
......
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