From 5132abc2a854979cf96b725ee0aaef2cd3121799 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 25 Oct 2004 21:46:18 +0000 Subject: cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge. * cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge. * cfgloop.h: Adjust the corresponding prototype. * loop-unswitch.c (unswitch_loop): Adjust a call to loopify. * tree-ssa-loop-manip.c (tree_ssa_loop_version): Likewise. From-SVN: r89555 --- gcc/cfgloop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/cfgloop.h') diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 5de3f64..96d865f 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -339,7 +339,8 @@ extern struct loop * duplicate_loop (struct loops *, struct loop *, extern int duplicate_loop_to_header_edge (struct loop *, edge, struct loops *, unsigned, sbitmap, edge, edge *, unsigned *, int); -extern struct loop *loopify (struct loops *, edge, edge, basic_block, bool); +extern struct loop *loopify (struct loops *, edge, edge, + basic_block, edge, edge, bool); extern void unloop (struct loops *, struct loop *); extern bool remove_path (struct loops *, edge); extern edge split_loop_bb (basic_block, void *); -- cgit v1.1