mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 09:40:40 +08:00
Avoid unfreed memory when SMS fails
From-SVN: r172606
This commit is contained in:
parent
0a826db38e
commit
42c2bf92b4
@ -1,3 +1,7 @@
|
||||
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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user