From: Andrew Trick Date: Wed, 7 Aug 2013 17:20:32 +0000 (+0000) Subject: Confusing comment typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc47c120e42ca8e8b88995786fb4bcbdca604762;p=oota-llvm.git Confusing comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp index badc0e56674..a6c5a9f933c 100644 --- a/lib/CodeGen/MachineScheduler.cpp +++ b/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;