OSDN Git Service

[llvm-mca] Remove unused/stale forward decl. NFC.
authorMatt Davis <Matthew.Davis@sony.com>
Thu, 4 Oct 2018 22:16:39 +0000 (22:16 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Thu, 4 Oct 2018 22:16:39 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343823 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mca/include/InstrBuilder.h

index e318092..ff7fb52 100644 (file)
@@ -26,8 +26,6 @@
 
 namespace mca {
 
-class DispatchUnit;
-
 /// A builder class that knows how to construct Instruction objects.
 ///
 /// Every llvm-mca Instruction is described by an object of class InstrDesc.