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
This commit is contained in:
Steven Bosscher 2005-12-16 15:57:15 +00:00 committed by Steven Bosscher
parent 52ba2f6d14
commit d7712ddac2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 ();