[llvm] r187895 - Confusing comment typo.
Andrew Trick
atrick at apple.com
Wed Aug 7 10:20:32 PDT 2013
Author: atrick
Date: Wed Aug 7 12:20:32 2013
New Revision: 187895
URL: http://llvm.org/viewvc/llvm-project?rev=187895&view=rev
Log:
Confusing comment typo.
Modified:
llvm/trunk/lib/CodeGen/MachineScheduler.cpp
Modified: llvm/trunk/lib/CodeGen/MachineScheduler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineScheduler.cpp?rev=187895&r1=187894&r2=187895&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineScheduler.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineScheduler.cpp Wed Aug 7 12:20:32 2013
@@ -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;
More information about the llvm-commits
mailing list