X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Flto-streamer-out.c;h=2446d88dbce35446a4bc10fc09f5cbae4b60d0c7;hb=743c11344e3b55bfb0f90983e0bc060c13225054;hp=19f59a0ecf84804bda55f0dab83130e0cbe45a25;hpb=8301b194d24cb01e54f36822740ed5b835358fd1;p=gcc.git diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 19f59a0ecf8..2446d88dbce 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -1956,6 +1956,7 @@ output_struct_function_base (struct output_block *ob, struct function *fn) bp_pack_value (&bp, fn->has_simduid_loops, 1); bp_pack_value (&bp, fn->va_list_fpr_size, 8); bp_pack_value (&bp, fn->va_list_gpr_size, 8); + bp_pack_value (&bp, fn->last_clique, sizeof (short) * 8); /* Output the function start and end loci. */ stream_output_location (ob, &bp, fn->function_start_locus);