mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
Fixed friend class name for ModuloSched
llvm-svn: 13292
This commit is contained in:
parent
077c819d5a
commit
185c13da4c
@ -67,8 +67,8 @@ struct CPUResource {
|
||||
resourceId_t rid;
|
||||
int maxNumUsers; // MAXINT if no restriction
|
||||
|
||||
CPUResource(const std::string& resourceName, int maxUsers)
|
||||
: rname(resourceName), rid(nextId++), maxNumUsers(maxUsers) {}
|
||||
CPUResource(const std::string& resourceName, int maxUsers);
|
||||
|
||||
private:
|
||||
static resourceId_t nextId;
|
||||
};
|
||||
@ -303,7 +303,7 @@ protected:
|
||||
|
||||
|
||||
|
||||
friend class ModuloSchedulingPass;
|
||||
friend class ModuloScheduling;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user