auto-profile.c (afdo_indirect_call): Drop frequency.
[gcc.git] / gcc / tree-emutls.c
index 951e7d3f513b285fe4ea27724c1f1fcb2372864e..9136a0b28566e933498b142b8f442d39c5593eb7 100644 (file)
@@ -417,7 +417,7 @@ gen_emutls_addr (tree decl, struct lower_emutls_data *d)
 
       gimple_seq_add_stmt (&d->seq, x);
 
-      d->cfun_node->create_edge (d->builtin_node, x, d->bb->count, d->bb_freq);
+      d->cfun_node->create_edge (d->builtin_node, x, d->bb->count);
 
       /* We may be adding a new reference to a new variable to the function.
          This means we have to play with the ipa-reference web.  */