]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cfghooks.cc
cfghooks.c (copy_bbs): Add update_dominance argument.
authorSteve Ellcey <sellcey@imgtec.com>
Thu, 16 May 2013 17:09:40 +0000 (17:09 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 16 May 2013 17:09:40 +0000 (17:09 +0000)
commitf14540b6352b1a164ef79ae36d1ae1463efdac46
tree0417eb55c06e17bb692b965567279eb2722fc0d5
parent45f9820f0075149dcbbe71eac97bf31993e9f9df
cfghooks.c (copy_bbs): Add update_dominance argument.

2013-05-16  Steve Ellcey  <sellcey@imgtec.com>

* cfghooks.c (copy_bbs): Add update_dominance argument.
* cfghooks.h (copy_bbs): Update prototype.
* tree-cfg.c (gimple_duplicate_sese_region):
Add update_dominance argument.
* tree-flow.h (gimple_duplicate_sese_region): Update prototype.
* tree-ssa-loop-ch.c (copy_loop_headers): Update
gimple_duplicate_sese_region call.
* tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg):
Update copy_bbs call.
* cfgloopmanip.c (duplicate_loop_to_header_edge): Ditto.
* trans-mem.c (ipa_uninstrument_transaction): Ditto.

From-SVN: r198980
gcc/ChangeLog
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgloopmanip.c
gcc/trans-mem.c
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree-ssa-loop-ch.c
gcc/tree-vect-loop-manip.c