aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-02-08 02:17:16 +0000
committerAndrew Trick <atrick@apple.com>2012-02-08 02:17:16 +0000
commitde9f8979c46251fb22d7a4611416b0657dfc84a3 (patch)
treef770af9ce1882c2b9dfbf3855eaf077d77ff6e2c /llvm/lib
parentb2db8e47e2a9cbd7fea6acc2794c42a8fc1182be (diff)
downloadllvm-de9f8979c46251fb22d7a4611416b0657dfc84a3.zip
llvm-de9f8979c46251fb22d7a4611416b0657dfc84a3.tar.gz
llvm-de9f8979c46251fb22d7a4611416b0657dfc84a3.tar.bz2
stale comment
llvm-svn: 150041
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index 73560bd..2412930 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -242,8 +242,6 @@ void ScheduleTopDownLive::Schedule() {
Begin = MI;
}
- // TODO: Update live intervals.
-
// Release dependent instructions for scheduling.
releaseSuccessors(SU);
}