mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 05:40:26 +08:00
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:
parent
e97789eced
commit
6724bb92f2
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user