Confusing comment typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2013-08-07 17:20:32 +00:00
parent 6757840799
commit cc47c120e4

View File

@ -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;