aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-partition.c
diff options
context:
space:
mode:
authorIlya Verbin <ilya.verbin@intel.com>2015-01-14 15:15:21 +0000
committerIlya Verbin <iverbin@gcc.gnu.org>2015-01-14 15:15:21 +0000
commit837bac8cb6e58e3665c736c338dfaf64330c1971 (patch)
tree5582883ab2dcde11cf2737d6902cf9c574559f70 /gcc/lto/lto-partition.c
parent2f6c116d289dd816f3d2594e6ce7bcf78684f0bc (diff)
downloadgcc-837bac8cb6e58e3665c736c338dfaf64330c1971.zip
gcc-837bac8cb6e58e3665c736c338dfaf64330c1971.tar.gz
gcc-837bac8cb6e58e3665c736c338dfaf64330c1971.tar.bz2
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
Diffstat (limited to 'gcc/lto/lto-partition.c')
-rw-r--r--gcc/lto/lto-partition.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c
index 38809d2..c1179cb 100644
--- a/gcc/lto/lto-partition.c
+++ b/gcc/lto/lto-partition.c
@@ -973,7 +973,8 @@ lto_promote_cross_file_statics (void)
gcc_assert (flag_wpa);
- select_what_to_stream (false);
+ lto_stream_offload_p = false;
+ select_what_to_stream ();
/* First compute boundaries. */
n_sets = ltrans_partitions.length ();