aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-02-16 14:26:43 +0000
committerRichard Guenther <rguenther@suse.de>2011-02-16 14:26:43 +0000
commite71dbefc2c0b5f4506d389bd87342f0cbe9041cf (patch)
tree674fc223974d95e6ab7008341848a6e28775b1e7 /gcc/tree-ssa-loop.c
parente1f29e0138eef7aa94dc132d765426e663fba6e2 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@170212 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop.c')
-rw-r--r--gcc/tree-ssa-loop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c
index a1edb51c13d..c7efc7c0f6e 100644
--- a/gcc/tree-ssa-loop.c
+++ b/gcc/tree-ssa-loop.c
@@ -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