From b09ecf93060d982c26fa036c9beb1140b7e5f627 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Mon, 27 Aug 2018 16:52:31 +0000 Subject: [PATCH] [llvm-mca] Remove unused method. NFC. llvm-svn: 340754 --- llvm/tools/llvm-mca/RetireControlUnit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/tools/llvm-mca/RetireControlUnit.h b/llvm/tools/llvm-mca/RetireControlUnit.h index 8acc8bc..4f2fed1 100644 --- a/llvm/tools/llvm-mca/RetireControlUnit.h +++ b/llvm/tools/llvm-mca/RetireControlUnit.h @@ -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 -- 2.7.4