diff options
Diffstat (limited to 'gcc/tree-streamer.h')
-rw-r--r-- | gcc/tree-streamer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-streamer.h b/gcc/tree-streamer.h index b8f2d1fd335..06313303f0b 100644 --- a/gcc/tree-streamer.h +++ b/gcc/tree-streamer.h @@ -75,6 +75,8 @@ tree streamer_read_integer_cst (struct lto_input_block *, struct data_in *); struct bitpack_d streamer_read_tree_bitfields (struct lto_input_block *, tree); /* In tree-streamer-out.c. */ +void streamer_write_string_cst (struct output_block *, + struct lto_output_stream *, tree); void streamer_write_chain (struct output_block *, tree, bool); void streamer_write_tree_header (struct output_block *, tree); void streamer_pack_tree_bitfields (struct bitpack_d *, tree); |