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 8d1d569..34188cb 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -982,7 +982,7 @@ input_node (struct lto_file_decl_data *file_data, functions, they are expected to be read more than once. */ if (node->symbol.aux && !DECL_BUILT_IN (node->symbol.decl)) internal_error ("bytecode stream: found multiple instances of cgraph " - "node %d", node->uid); + "node with uid %d", node->uid); bp = streamer_read_bitpack (ib); input_overwrite_node (file_data, node, tag, &bp); |