summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-08-07 17:20:32 +0000
committerAndrew Trick <atrick@apple.com>2013-08-07 17:20:32 +0000
commit2f7667e01836f9a047db880d23353ee97cbbb12a (patch)
tree6b34f85d3e510586f6344ae30f35e65110ea1656 /llvm/lib/CodeGen/MachineScheduler.cpp
parent3ab6222fd1a7af8d57a614ce76686c75ce9fa18e (diff)
downloadbcm5719-llvm-2f7667e01836f9a047db880d23353ee97cbbb12a.tar.gz
bcm5719-llvm-2f7667e01836f9a047db880d23353ee97cbbb12a.zip
Confusing comment typo.
llvm-svn: 187895
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index badc0e56674..a6c5a9f933c 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -1256,7 +1256,7 @@ public:
unsigned ExpectedLatency;
// The latency of dependence chains leading into this zone.
- // For each node scheduled top-down: DLat = max DLat, N.Depth.
+ // For each node scheduled bottom-up: DLat = max DLat, N.Depth.
// For each cycle scheduled: DLat -= 1.
unsigned DependentLatency;
OpenPOWER on IntegriCloud