loop-invariant.c (move_loop_invariants): Add missing hunk from the previous patch...
authorSteven Bosscher <stevenb@suse.de>
Fri, 16 Dec 2005 15:57:15 +0000 (15:57 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 16 Dec 2005 15:57:15 +0000 (15:57 +0000)
        * loop-invariant.c (move_loop_invariants): Add missing hunk from
        the previous patch, to nullify df.

From-SVN: r108655

gcc/ChangeLog
gcc/loop-invariant.c

index a73bcb424ee0254c39f59d4c1e477bd9395c22e3..fe0313728162e3f45d2536714a84286734f5c1d6 100644 (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
index 8358f01c886dd46a1816b2203d68f2a3bf4028e2..687a9ece6d0d28e2ca99c23f31db4f4c0804e393 100644 (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 ();