diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index c2509ff..8d93c2a 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -169,6 +169,7 @@ cgraph_create_node (void) if (cgraph_nodes) cgraph_nodes->previous = node; node->previous = NULL; + node->global.estimated_growth = INT_MIN; cgraph_nodes = node; cgraph_n_nodes++; return node; |