+2017-11-16 Jan Hubicka <hubicka@ucw.cz>
+
+ * tree-cfg.c (gimple_find_sub_bbs): Do not compute freq.
+
2017-11-14 Jan Hubicka <hubicka@ucw.cz>
* cfg.c (scale_bbs_frequencies_int,
{
struct omp_region *cur_region = NULL;
profile_count cnt = profile_count::zero ();
- int freq = 0;
bool all = true;
int cur_omp_region_idx = 0;
cnt += e->count ();
else
all = false;
- freq += EDGE_FREQUENCY (e);
}
tree_guess_outgoing_edge_probabilities (bb);
if (all || profile_status_for_fn (cfun) == PROFILE_READ)