[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 79a40ebba5
commit b09ecf9306
1 changed files with 0 additions and 1 deletions

View File

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