re PR tree-optimization/47738 (ICE: verify_ssa failed: no immediate_use list with...
authorRichard Guenther <rguenther@suse.de>
Wed, 16 Feb 2011 14:26:43 +0000 (14:26 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 16 Feb 2011 14:26:43 +0000 (14:26 +0000)
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

gcc/ChangeLog
gcc/tree-ssa-loop.c

index 8af5e8747500c09dad9ac7d0bd2d8e9ad57680a3..f3a0a2b2217f65d5da4889bebecd94d3694d6893 100644 (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
index a1edb51c13d378d91ec9ba0ca2dc259e2b7e5a15..c7efc7c0f6e3b974f48aa9d76b54e61d95bde583 100644 (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