diff options
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r-- | gcc/lto-streamer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 8e5ee62..000c147 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -844,6 +844,10 @@ void cl_target_option_stream_in (struct data_in *, struct bitpack_d *, struct cl_target_option *); +void cl_optimization_stream_out (struct bitpack_d *, struct cl_optimization *); + +void cl_optimization_stream_in (struct bitpack_d *, struct cl_optimization *); + /* In lto-symtab.c. */ extern void lto_symtab_merge_decls (void); |