* tree-emutls.c (lower_emutls_data): Remove unused bb_freq.
(lower_emutls_function_body): Do not compute it.
From-SVN: r254836
+2017-11-16 Jan Hubicka <hubicka@ucw.cz>
+
+ * tree-emutls.c (lower_emutls_data): Remove unused bb_freq.
+ (lower_emutls_function_body): Do not compute it.
+
2017-11-16 Jan Hubicka <hubicka@ucw.cz>
* ipa-split.c (split_bb_info): Turn time to sreal.
struct cgraph_node *builtin_node;
tree builtin_decl;
basic_block bb;
- int bb_freq;
location_t loc;
gimple_seq seq;
};
PHI argument for that edge. */
if (!gimple_seq_empty_p (phi_nodes (d.bb)))
{
- /* The calls will be inserted on the edges, and the frequencies
- will be computed during the commit process. */
- d.bb_freq = 0;
-
nedge = EDGE_COUNT (d.bb->preds);
for (i = 0; i < nedge; ++i)
{
}
}
- d.bb_freq = compute_call_stmt_bb_frequency (current_function_decl, d.bb);
-
/* We can re-use any SSA_NAME created during this basic block. */
clear_access_vars ();