diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 5a0b9a9..055399e 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -444,6 +444,7 @@ cgraph_finalize_function (tree decl, bool nested) if (node->local.finalized) cgraph_reset_node (node); + node->pid = cgraph_max_pid ++; notice_global_symbol (decl); node->decl = decl; node->local.finalized = true; |