diff options
author | Ilya Verbin <ilya.verbin@intel.com> | 2015-01-14 15:15:21 +0000 |
---|---|---|
committer | Ilya Verbin <iverbin@gcc.gnu.org> | 2015-01-14 15:15:21 +0000 |
commit | 837bac8cb6e58e3665c736c338dfaf64330c1971 (patch) | |
tree | 5582883ab2dcde11cf2737d6902cf9c574559f70 /gcc/tree-pass.h | |
parent | 2f6c116d289dd816f3d2594e6ce7bcf78684f0bc (diff) | |
download | gcc-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/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 398ab83..9ff5bdc 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -603,7 +603,7 @@ extern void pass_fini_dump_file (opt_pass *); extern const char *get_current_pass_name (void); extern void print_current_pass (FILE *); extern void debug_pass (void); -extern void ipa_write_summaries (bool); +extern void ipa_write_summaries (void); extern void ipa_write_optimization_summaries (struct lto_symtab_encoder_d *); extern void ipa_read_summaries (void); extern void ipa_read_optimization_summaries (void); |