fwprop.c (fwprop_done): Call df_remove_problem.

2008-11-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * fwprop.c (fwprop_done): Call df_remove_problem.

From-SVN: r141686
This commit is contained in:
Andrew Pinski 2008-11-07 21:16:54 +00:00 committed by Andrew Pinski
parent e97789eced
commit 6724bb92f2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-11-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
* fwprop.c (fwprop_done): Call df_remove_problem.
2008-11-07 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/37379

View File

@ -1037,6 +1037,7 @@ fwprop_done (void)
fprintf (dump_file,
"\nNumber of successful forward propagations: %d\n\n",
num_changes);
df_remove_problem (df_chain);
}