]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto-cgraph.c (input_node_opt_summary): Remove unused code.
authorTobias Burnus <burnus@net-b.de>
Tue, 9 Oct 2012 11:46:25 +0000 (13:46 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 9 Oct 2012 11:46:25 +0000 (13:46 +0200)
commit0b8c30f9aaae52859e12efef359060b8246d6273
treebd59306e865ec5d8977d9b28fa471840fefb7dca
parent5d9de0d0a5b5e807c92f01712e8dad06e0dfae75
lto-cgraph.c (input_node_opt_summary): Remove unused code.

gcc/
2012-10-08  Tobias Burnus  <burnus@net-b.de>

* lto-cgraph.c (input_node_opt_summary): Remove unused code.
* lto-opts.c (append_to_collect_gcc_options): Fix condition.
* lto-symtab.c (lto_cgraph_replace_node): Don't xstrdup string
which is passed to fprintf.

gcc/lto/
2012-10-08  Tobias Burnus  <burnus@net-b.de>

* lto-lang.c (lto_register_builtin_type): Avoid useless
decl creation.
* lto-object.c (lto_obj_file_open, lto_obj_file_open): Free memory.

From-SVN: r192250
gcc/ChangeLog
gcc/lto-cgraph.c
gcc/lto-opts.c
gcc/lto-symtab.c
gcc/lto/ChangeLog
gcc/lto/lto-lang.c
gcc/lto/lto-object.c