mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Fit in 80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -277,7 +277,7 @@ public:
|
||||
/// ResourceTally - Manages the use of resources over time intervals. Each
|
||||
/// item (slot) in the tally vector represents the resources used at a given
|
||||
/// moment. A bit set to 1 indicates that a resource is in use, otherwise
|
||||
/// available. An assumption is made that the tally is large enough to schedule
|
||||
/// available. An assumption is made that the tally is large enough to schedule
|
||||
/// all current instructions (asserts otherwise.)
|
||||
///
|
||||
template<class T>
|
||||
@@ -377,7 +377,7 @@ private:
|
||||
// Try at cursor, if successful return position.
|
||||
if (FindAndReserveStages(Cursor, StageBegin, StageEnd)) return Cursor;
|
||||
// Locate a better position
|
||||
Cursor = RetrySlot(Cursor + 1, StageBegin->Cycles, StageBegin->Units);
|
||||
Cursor = RetrySlot(Cursor + 1, StageBegin->Cycles, StageBegin->Units);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user