mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 02:22:31 +00:00
MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to compute it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d453960f92
commit
9c676c2941
@ -953,8 +953,6 @@ public:
|
||||
unsigned CritResIdx;
|
||||
// Number of micro-ops left to schedule.
|
||||
unsigned RemainingMicroOps;
|
||||
// Is the unscheduled zone resource limited.
|
||||
bool IsResourceLimited;
|
||||
|
||||
unsigned MaxRemainingCount;
|
||||
|
||||
@ -963,7 +961,6 @@ public:
|
||||
RemainingCounts.clear();
|
||||
CritResIdx = 0;
|
||||
RemainingMicroOps = 0;
|
||||
IsResourceLimited = false;
|
||||
MaxRemainingCount = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user