]> git.ipfire.org Git - thirdparty/gcc.git/commit
cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
authorJan Hubicka <jh@suse.cz>
Sat, 19 May 2012 20:36:48 +0000 (22:36 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 19 May 2012 20:36:48 +0000 (20:36 +0000)
commit877ab5e91ee2a1b525357397e4efbdd8ec675812
tree3aa47f917669fe469cc6d7484079962de3a39622
parent38e55ac9e0ee61b20b52115171e67d3c3e497a02
cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs

* cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
(cgraph_process_new_functions): Process also aliases.
* lto-streamer-out.c (struct sets): Remove.
(trivally_defined_alias): Remove.
(output_alias_pair_p): Remove.
(output_unreferenced_globals): Remove.
(produce_symtab); Do not handle alias pairs.
(produce_asm_for_decls): Likewise.
* lto-streamer-in.c (input_alias_pairs): Remove.
(lto_read_body): Do not input alias pairs.
(lto_input_constructors_and_inits): Remove.

From-SVN: r187681
gcc/ChangeLog
gcc/cgraphunit.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/lto/ChangeLog
gcc/lto/lto.c