summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r--gcc/lto-streamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c
index 7d0fd3924c0..9d12d47d909 100644
--- a/gcc/lto-streamer.c
+++ b/gcc/lto-streamer.c
@@ -272,4 +272,5 @@ lto_streamer_hooks_init (void)
streamer_hooks.read_tree = lto_input_tree;
streamer_hooks.input_location = lto_input_location;
streamer_hooks.output_location = lto_output_location;
+ streamer_hooks.output_location_and_block = lto_output_location_and_block;
}