diff options
Diffstat (limited to 'gcc/gimple-streamer-out.c')
-rw-r--r-- | gcc/gimple-streamer-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-streamer-out.c b/gcc/gimple-streamer-out.c index 5be8567..22bcbca 100644 --- a/gcc/gimple-streamer-out.c +++ b/gcc/gimple-streamer-out.c @@ -74,7 +74,7 @@ output_gimple_stmt (struct output_block *ob, gimple stmt) streamer_write_bitpack (&bp); /* Emit location information for the statement. */ - lto_output_location (ob, gimple_location (stmt)); + lto_output_location (ob, LOCATION_LOCUS (gimple_location (stmt))); /* Emit the lexical block holding STMT. */ stream_write_tree (ob, gimple_block (stmt), true); |