diff options
Diffstat (limited to 'gcc/lto-cgraph.c')
-rw-r--r-- | gcc/lto-cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index c619197d5dd..ac92e90d7b5 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -1466,7 +1466,7 @@ input_symtab (void) } merge_profile_summaries (file_data_vec); - compute_working_sets (); + get_working_sets (); /* Clear out the aux field that was used to store enough state to |