Commit 42c2bf92 by Revital Eres Committed by Revital Eres

Avoid unfreed memory when SMS fails

From-SVN: r172606
parent 0a826db3
2011-04-17 Revital Eres <revital.eres@linaro.org>
* modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
2011-04-17 Michael Matz <matz@suse.de>
PR tree-optimization/48622
......
......@@ -1177,7 +1177,6 @@ sms_schedule (void)
fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, trip_count);
fprintf (dump_file, ")\n");
}
continue;
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment