Commit d7712dda by Steven Bosscher Committed by Steven Bosscher

loop-invariant.c (move_loop_invariants): Add missing hunk from the previous patch, to nullify df.

        * loop-invariant.c (move_loop_invariants): Add missing hunk from
        the previous patch, to nullify df.

From-SVN: r108655
parent 52ba2f6d
2005-12-16 Steven Bosscher <stevenb@suse.de>
* loop-invariant.c (move_loop_invariants): Add missing hunk from
the previous patch, to nullify df.
2005-12-16 Steven Bosscher <stevenb@suse.de>
* reorg.c (mostly_true_jump): Clean up code depending on
LABEL_OUTSIDE_LOOP_P and loop notes. Remove code doing
poor man's branch prediction, instead rely on REG_BR_PROB
......
......@@ -939,6 +939,7 @@ move_loop_invariants (struct loops *loops)
free_loop_data (loops->parray[i]);
df_finish (df);
df = NULL;
#ifdef ENABLE_CHECKING
verify_flow_info ();
......
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