stale comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2012-02-08 02:17:16 +00:00
parent 9b6e59d903
commit ea4312722b

View File

@ -242,8 +242,6 @@ void ScheduleTopDownLive::Schedule() {
Begin = MI;
}
// TODO: Update live intervals.
// Release dependent instructions for scheduling.
releaseSuccessors(SU);
}