summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2018-08-22 17:15:25 +0000
committerMatt Davis <Matthew.Davis@sony.com>2018-08-22 17:15:25 +0000
commit4fc7e6a1e95e022f9f42c6a616f21828e65f68b1 (patch)
tree6b05945966f498baacf0e03d6000d0921bf8b4fd
parent83494d2f8cc6bb743d408031188c20d6e64c2eff (diff)
downloadbcm5719-llvm-4fc7e6a1e95e022f9f42c6a616f21828e65f68b1.tar.gz
bcm5719-llvm-4fc7e6a1e95e022f9f42c6a616f21828e65f68b1.zip
[llvm-mca] Remove unused decl. NFC.
llvm-svn: 340422
-rw-r--r--llvm/tools/llvm-mca/RegisterFile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/RegisterFile.h b/llvm/tools/llvm-mca/RegisterFile.h
index 2e08b30f406..1f574ccaee5 100644
--- a/llvm/tools/llvm-mca/RegisterFile.h
+++ b/llvm/tools/llvm-mca/RegisterFile.h
@@ -159,8 +159,6 @@ public:
unsigned isAvailable(llvm::ArrayRef<unsigned> Regs) const;
void collectWrites(llvm::SmallVectorImpl<WriteRef> &Writes,
unsigned RegID) const;
- void updateOnRead(ReadState &RS, unsigned RegID);
-
unsigned getNumRegisterFiles() const { return RegisterFiles.size(); }
#ifndef NDEBUG
OpenPOWER on IntegriCloud