[llvm-mca] Remove unused method. NFC.
authorMatt Davis <Matthew.Davis@sony.com>
Mon, 27 Aug 2018 16:52:31 +0000 (16:52 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Mon, 27 Aug 2018 16:52:31 +0000 (16:52 +0000)
llvm-svn: 340754

llvm/tools/llvm-mca/RetireControlUnit.h

index 8acc8bc..4f2fed1 100644 (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