aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/cgraphunit.c')
-rw-r--r--gcc-4.6/gcc/cgraphunit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/cgraphunit.c b/gcc-4.6/gcc/cgraphunit.c
index 4e3f3d707..4bc0f1392 100644
--- a/gcc-4.6/gcc/cgraphunit.c
+++ b/gcc-4.6/gcc/cgraphunit.c
@@ -2187,6 +2187,7 @@ cgraph_copy_node_for_versioning (struct cgraph_node *old_version,
new_version->rtl = old_version->rtl;
new_version->reachable = true;
new_version->count = old_version->count;
+ new_version->max_bb_count = old_version->max_bb_count;
new_version->is_versioned_clone = true;
for (e = old_version->callees; e; e=e->next_callee)