cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
* cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches. From-SVN: r126935
This commit is contained in:
parent
aa2645a07e
commit
af0b10e546
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
* cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
|
||||
|
||||
2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
* tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
|
||||
|
|
|
@ -1468,6 +1468,9 @@ fix_loop_structure (bitmap changed_bbs)
|
|||
if (current_loops->state & LOOPS_HAVE_PREHEADERS)
|
||||
create_preheaders (CP_SIMPLE_PREHEADERS);
|
||||
|
||||
if (current_loops->state & LOOPS_HAVE_SIMPLE_LATCHES)
|
||||
force_single_succ_latches ();
|
||||
|
||||
if (current_loops->state & LOOPS_HAVE_MARKED_IRREDUCIBLE_REGIONS)
|
||||
mark_irreducible_loops ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue