Commit af0b10e5 by Zdenek Dvorak Committed by Zdenek Dvorak

cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.

	* cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.

From-SVN: r126935
parent aa2645a0
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):
Scan the new edge for loop exit info.
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment