| Submitter | Richard Guenther |
|---|---|
| Date | Feb. 16, 2011, 2:24 p.m. |
| Message ID | <alpine.LNX.2.00.1102161521360.17230@zhemvz.fhfr.qr> |
| Download | mbox | patch |
| Permalink | /patch/83368/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/tree-ssa-loop.c =================================================================== --- gcc/tree-ssa-loop.c (revision 170210) +++ gcc/tree-ssa-loop.c (working copy) @@ -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