aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-cgraph-in.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-cgraph-in.c')
-rw-r--r--gcc/lto/lto-cgraph-in.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto/lto-cgraph-in.c b/gcc/lto/lto-cgraph-in.c
index 2c1b387bb8d..b0536b1be63 100644
--- a/gcc/lto/lto-cgraph-in.c
+++ b/gcc/lto/lto-cgraph-in.c
@@ -88,6 +88,7 @@ overwrite_node (struct data_in *data_in,
node->aux = (void *)tag;
node->local.inline_summary.estimated_self_stack_size = stack_size;
node->local.inline_summary.self_insns = self_insns;
+ node->global.insns = self_insns;
if (!node->local.lto_file_data)
node->local.lto_file_data = xcalloc (1, sizeof (struct lto_file_decl_data));