[llvm-mca] Remove unused decl. NFC.
authorMatt Davis <Matthew.Davis@sony.com>
Tue, 21 Aug 2018 18:39:20 +0000 (18:39 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Tue, 21 Aug 2018 18:39:20 +0000 (18:39 +0000)
llvm-svn: 340316

llvm/tools/llvm-mca/DispatchStage.h

index 3419d7f..8b18413 100644 (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;