* tree-ssa-coalesce.c (coalesce_cost): Fix formating.
From-SVN: r254699
This commit is contained in:
parent
d4017fd365
commit
c0264f6762
@ -1,5 +1,7 @@
|
||||
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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user