diff options
| author | Matt Davis <Matthew.Davis@sony.com> | 2018-08-21 18:39:20 +0000 |
|---|---|---|
| committer | Matt Davis <Matthew.Davis@sony.com> | 2018-08-21 18:39:20 +0000 |
| commit | 8e3f093baa3a09df346ed8cebd7581aa429d9805 (patch) | |
| tree | 22033f67e8f43cc706100a1db1f153323738100c /llvm/tools/llvm-mca | |
| parent | 3dc594c1e652b9225c857abde758176ba8a175b7 (diff) | |
| download | bcm5719-llvm-8e3f093baa3a09df346ed8cebd7581aa429d9805.tar.gz bcm5719-llvm-8e3f093baa3a09df346ed8cebd7581aa429d9805.zip | |
[llvm-mca] Remove unused decl. NFC.
llvm-svn: 340316
Diffstat (limited to 'llvm/tools/llvm-mca')
| -rw-r--r-- | llvm/tools/llvm-mca/DispatchStage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/DispatchStage.h b/llvm/tools/llvm-mca/DispatchStage.h index 3419d7fc37e..8b184139e3f 100644 --- a/llvm/tools/llvm-mca/DispatchStage.h +++ b/llvm/tools/llvm-mca/DispatchStage.h @@ -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; |

