1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[llvm-mca] Remove unused decl. NFC.

llvm-svn: 340316
This commit is contained in:
Matt Davis 2018-08-21 18:39:20 +00:00
parent d0fe42f8dd
commit 787d98fd2a

View File

@ -85,7 +85,6 @@ public:
bool hasWorkToComplete() const override { return false; }
llvm::Error cycleStart() override;
llvm::Error execute(InstRef &IR) override;
void notifyDispatchStall(const InstRef &IR, unsigned EventType);
#ifndef NDEBUG
void dump() const;