summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2018-10-04 22:16:39 +0000
committerMatt Davis <Matthew.Davis@sony.com>2018-10-04 22:16:39 +0000
commit9a326caa769b314f17bdc6cd1f24f796868b4b21 (patch)
treed0b81ec2d63cb3291f8a942201ea4aea2476eb26
parent3a96b97abb433c2810c4bd6ed0729b121a0f5ffd (diff)
[llvm-mca] Remove unused/stale forward decl. NFC.
-rw-r--r--llvm/tools/llvm-mca/include/InstrBuilder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/include/InstrBuilder.h b/llvm/tools/llvm-mca/include/InstrBuilder.h
index e3180925dab..ff7fb52044a 100644
--- a/llvm/tools/llvm-mca/include/InstrBuilder.h
+++ b/llvm/tools/llvm-mca/include/InstrBuilder.h
@@ -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.