[llvm-exegesis] Fix warning in r345243.
authorClement Courbet <courbet@google.com>
Thu, 25 Oct 2018 08:06:35 +0000 (08:06 +0000)
committerClement Courbet <courbet@google.com>
Thu, 25 Oct 2018 08:06:35 +0000 (08:06 +0000)
warning C4099: 'llvm::exegesis::PfmCountersInfo': type name first seen using 'class' now seen using 'struct'

llvm-svn: 345244

llvm/tools/llvm-exegesis/lib/LlvmState.h

index be1e797..159a8a5 100644 (file)
@@ -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.