diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 4f8c764b3f3..bd91c391fd1 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -1807,8 +1807,8 @@ read_cgraph_and_symbols (unsigned nfiles, const char **fnames) fprintf (stderr, "\nReading the callgraph\n"); timevar_push (TV_IPA_LTO_CGRAPH_IO); - /* Read the callgraph. */ - input_cgraph (); + /* Read the symtab. */ + input_symtab (); timevar_pop (TV_IPA_LTO_CGRAPH_IO); if (!quiet_flag) |