tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.

2014-06-18  Richard Biener  <rguenther@suse.de>

	* tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.

From-SVN: r211782
This commit is contained in:
Richard Biener 2014-06-18 12:30:41 +00:00 committed by Richard Biener
parent 30866dc930
commit 54ed41ea0c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-06-18 Richard Biener <rguenther@suse.de>
* tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
2014-06-18 Richard Biener <rguenther@suse.de> 2014-06-18 Richard Biener <rguenther@suse.de>
* tree-pass.h (make_pass_dce_loop): Remove. * tree-pass.h (make_pass_dce_loop): Remove.

View File

@ -1481,7 +1481,7 @@ perform_tree_ssa_dce (bool aggressive)
if (something_changed) if (something_changed)
{ {
free_numbers_of_iterations_estimates (); free_numbers_of_iterations_estimates ();
if (scev_initialized_p) if (scev_initialized_p ())
scev_reset (); scev_reset ();
return TODO_update_ssa | TODO_cleanup_cfg; return TODO_update_ssa | TODO_cleanup_cfg;
} }