diff options
Diffstat (limited to 'gcc/cgraphclones.c')
-rw-r--r-- | gcc/cgraphclones.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index 9bb5656fb07..f91fcfc6fd4 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -208,6 +208,7 @@ cgraph_clone_node (struct cgraph_node *n, tree decl, gcov_type count, int freq, new_node->frequency = n->frequency; new_node->clone = n->clone; new_node->clone.tree_map = NULL; + new_node->tp_first_run = n->tp_first_run; if (n->count) { if (new_node->count > n->count) |