summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@imgtec.com>2013-05-16 17:09:40 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2013-05-16 17:09:40 +0000
commitf14540b6352b1a164ef79ae36d1ae1463efdac46 (patch)
tree0417eb55c06e17bb692b965567279eb2722fc0d5 /gcc/cfghooks.h
parent45f9820f0075149dcbbe71eac97bf31993e9f9df (diff)
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
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r--gcc/cfghooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index bff0a0c04b6..ec595a5123b 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -201,7 +201,7 @@ extern void lv_add_condition_to_bb (basic_block, basic_block, basic_block,
extern bool can_copy_bbs_p (basic_block *, unsigned);
extern void copy_bbs (basic_block *, unsigned, basic_block *,
edge *, unsigned, edge *, struct loop *,
- basic_block);
+ basic_block, bool);
void account_profile_record (struct profile_record *, int);