diff options
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r-- | gcc/lto-streamer-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index b205092f597..f9184c3c16f 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -644,7 +644,7 @@ output_cfg (struct output_block *ob, struct function *fn) { streamer_write_uhwi (ob, e->dest->index); streamer_write_hwi (ob, e->probability); - streamer_write_hwi (ob, e->count); + streamer_write_gcov_count (ob, e->count); streamer_write_uhwi (ob, e->flags); } } |