re PR ipa/59469 (LLVM build failure with gcc LTO)
authorJan Hubicka <hubicka@gcc.gnu.org>
Fri, 7 Feb 2014 02:27:37 +0000 (02:27 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 7 Feb 2014 02:27:37 +0000 (02:27 +0000)
commit3c0f1105e1c9ada1cd0e40a510d65a138b3cdaa6
tree09cb81e611d8944bef3fe02b6433480ea42dec3b
parent964512791e121b627ced9b14021856ca34121bc0
re PR ipa/59469 (LLVM build failure with gcc LTO)

PR ipa/59469
* lto-cgraph.c (lto_output_node): Use
symtab_get_symbol_partitioning_class.
(lto_output_varpool_node): likewise.
(symtab_get_symbol_partitioning_class): Move here from
lto/lto-partition.c
* cgraph.h (symbol_partitioning_class): Likewise.
(symtab_get_symbol_partitioning_class): Declare.

From-SVN: r207590
gcc/ChangeLog