1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[llvm-mca] Remove unused method. NFC.

llvm-svn: 340754
This commit is contained in:
Matt Davis 2018-08-27 16:52:31 +00:00
parent 9d6b45cf11
commit 2496524999

View File

@ -64,7 +64,6 @@ private:
public: public:
RetireControlUnit(const llvm::MCSchedModel &SM); RetireControlUnit(const llvm::MCSchedModel &SM);
bool isFull() const { return !AvailableSlots; }
bool isEmpty() const { return AvailableSlots == Queue.size(); } bool isEmpty() const { return AvailableSlots == Queue.size(); }
bool isAvailable(unsigned Quantity = 1) const { bool isAvailable(unsigned Quantity = 1) const {
// Some instructions may declare a number of uOps which exceeds the size // Some instructions may declare a number of uOps which exceeds the size