summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-exegesis/lib/LlvmState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/LlvmState.h b/llvm/tools/llvm-exegesis/lib/LlvmState.h
index be1e7979a17..159a8a51c5c 100644
--- a/llvm/tools/llvm-exegesis/lib/LlvmState.h
+++ b/llvm/tools/llvm-exegesis/lib/LlvmState.h
@@ -30,7 +30,7 @@ namespace llvm {
namespace exegesis {
class ExegesisTarget;
-class PfmCountersInfo;
+struct PfmCountersInfo;
// An object to initialize LLVM and prepare objects needed to run the
// measurements.
OpenPOWER on IntegriCloud