summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2018-08-27 16:52:31 +0000
committerMatt Davis <Matthew.Davis@sony.com>2018-08-27 16:52:31 +0000
commitb09ecf93060d982c26fa036c9beb1140b7e5f627 (patch)
tree231bec3daaf381fcc5f9033d5de1a113682a6783 /llvm/tools/llvm-mca
parent79a40ebba5a850c5222e345cdd4fad5d4076de8c (diff)
downloadbcm5719-llvm-b09ecf93060d982c26fa036c9beb1140b7e5f627.tar.gz
bcm5719-llvm-b09ecf93060d982c26fa036c9beb1140b7e5f627.zip
[llvm-mca] Remove unused method. NFC.
llvm-svn: 340754
Diffstat (limited to 'llvm/tools/llvm-mca')
-rw-r--r--llvm/tools/llvm-mca/RetireControlUnit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/RetireControlUnit.h b/llvm/tools/llvm-mca/RetireControlUnit.h
index 8acc8bcc98f..4f2fed14aa1 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
OpenPOWER on IntegriCloud