2011-02-12 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Feb 2011 14:26:43 +0000 (14:26 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Feb 2011 14:26:43 +0000 (14:26 +0000)
PR tree-optimization/47738
* tree-ssa-loop.c (run_tree_predictive_commoning): Return
the TODO from tree_predictive_commoning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170212 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8af5e87..f3a0a2b 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 a1edb51..c7efc7c 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