cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
authorIlya Verbin <ilya.verbin@intel.com>
Wed, 14 Jan 2015 15:15:21 +0000 (15:15 +0000)
committerIlya Verbin <iverbin@gcc.gnu.org>
Wed, 14 Jan 2015 15:15:21 +0000 (15:15 +0000)
commit837bac8cb6e58e3665c736c338dfaf64330c1971
tree5582883ab2dcde11cf2737d6902cf9c574559f70
parent2f6c116d289dd816f3d2594e6ce7bcf78684f0bc
cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.

gcc/
* cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
* lto-cgraph.c (select_what_to_stream): Remove argument, use
lto_stream_offload_p instead.
* lto-streamer.h (select_what_to_stream): Remove argument.
* passes.c (ipa_write_summaries): Likewise.
* tree-pass.h (ipa_write_summaries): Likewise.
gcc/lto/
* lto-partition.c (lto_promote_cross_file_statics): Remove argument
from select_what_to_stream.

From-SVN: r219605
gcc/ChangeLog
gcc/cgraphunit.c
gcc/lto-cgraph.c
gcc/lto-streamer.h
gcc/lto/ChangeLog
gcc/lto/lto-partition.c
gcc/passes.c
gcc/tree-pass.h