]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-pass.h (make_pass_materialize_all_clones): Declare.
authorRichard Biener <rguenther@suse.de>
Thu, 18 Aug 2016 10:41:53 +0000 (10:41 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 18 Aug 2016 10:41:53 +0000 (10:41 +0000)
commitf02510201aff3a572f7c67fcce3ee90c127ecd76
tree66731264e5aac24db0964fd44ab89db11412cc57
parent9c62c8735891bd29be0bc379b51b295f2838019a
tree-pass.h (make_pass_materialize_all_clones): Declare.

2016-08-18  Richard Biener  <rguenther@suse.de>

* tree-pass.h (make_pass_materialize_all_clones): Declare.
* ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
make_pass_materialize_all_clones): New simple IPA pass encapsulating
clone materialization.
* passes.def (all_late_ipa_passes): Start with
pass_materialize_all_clones.
* cgraphunit.c (symbol_table::compile): Remove call to
materialize_all_clones.
* tree-into-ssa.c: Include statistics.h.
(update_ssa): Count number of times we do incremental/rewrite
SSA update.

From-SVN: r239567
gcc/ChangeLog
gcc/cgraphunit.c
gcc/ipa.c
gcc/passes.def
gcc/tree-into-ssa.c
gcc/tree-pass.h