re PR tree-optimization/47738 (ICE: verify_ssa failed: no immediate_use list with -O3 -fno-tree-vectorize)

2011-02-12  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/47738
	* tree-ssa-loop.c (run_tree_predictive_commoning): Return
	the TODO from tree_predictive_commoning.

From-SVN: r170212
This commit is contained in:
Richard Guenther 2011-02-16 14:26:43 +00:00 committed by Richard Biener
parent d2995f2185
commit 65aab64fe9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-02-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47738
* tree-ssa-loop.c (run_tree_predictive_commoning): Return
the TODO from tree_predictive_commoning.
2011-02-15 Jeff Law <law@redhat.com>
Revert

View File

@ -179,8 +179,7 @@ run_tree_predictive_commoning (void)
if (!current_loops)
return 0;
tree_predictive_commoning ();
return 0;
return tree_predictive_commoning ();
}
static bool