cgraph.h (cgraph_inline_failed_t): Give enum a name
authorJan Hubicka <jh@suse.cz>
Tue, 31 May 2011 14:58:49 +0000 (16:58 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 31 May 2011 14:58:49 +0000 (14:58 +0000)
commit533c07c594cef102741325e09a6580094fa32cba
tree935e97bf85492ea491a4ae45257e0ecd95234485
parent2611db71ea2dda0b3c5fb32b2fc5778779a57fda
cgraph.h (cgraph_inline_failed_t): Give enum a name

* cgraph.h (cgraph_inline_failed_t): Give enum a name
* lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
(LTO_cgraph_tags): Add LTO_cgraph_last_tag.
(lto_output_edge): Use output_enum and var_len_unsigned.
(lto_output_varpool_node): Likewise.
(input_overwrite_node): Do not take resolution parameter;
extract it from a bitpack.
(input_node): Do not read resolution; use input_enum and
var_len_unsigned.
(input_varpool_node): Likewise.
(input_edge): Likewise.
(input_cgraph_1): Likewise.

From-SVN: r174487
gcc/ChangeLog
gcc/cgraph.h
gcc/lto-cgraph.c