mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 12:41:01 +08:00
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:
parent
52ba2f6d14
commit
d7712ddac2
@ -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
|
||||
|
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user