lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and variable...
authorJan Hubicka <jh@suse.cz>
Sun, 29 May 2011 11:40:25 +0000 (13:40 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 29 May 2011 11:40:25 +0000 (11:40 +0000)
commitfa7660069590bd9620cc50c003f13cb7fbd24e59
treeeed156dd5808f73e4b6f5b4bfe6c145931ecbe0b
parent04a4a57b1b71244dd9504ae96476d1e8428cc2a4
lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and variable length i/o.

* lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
pack_ts_function_decl_value_fields, lto_output_builtin_tree,
output_cfg, output_gimple_stmt): Use enum and variable length i/o.
* lto-streamer-in.c (input_cfg, input_gimple_stmt,
unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
unpack_ts_decl_with_vis_value_fields,
unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
lto_get_builtin_tree): Use enum and variable length i/o.
* basic-block.h (profile_status_d): Add PROFILE_LAST.
* lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
New functions.
(bp_pack_enum, bp_unpack_enum): New macros.

From-SVN: r174394
gcc/ChangeLog
gcc/basic-block.h
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/lto-streamer.h
gcc/tree.h