From: Clement Courbet Date: Thu, 25 Oct 2018 08:06:35 +0000 (+0000) Subject: [llvm-exegesis] Fix warning in r345243. X-Git-Tag: llvmorg-8.0.0-rc1~5824 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8902c885d609ebdd35eb6bbb080e27954b97dac4;p=platform%2Fupstream%2Fllvm.git [llvm-exegesis] Fix warning in r345243. warning C4099: 'llvm::exegesis::PfmCountersInfo': type name first seen using 'class' now seen using 'struct' llvm-svn: 345244 --- diff --git a/llvm/tools/llvm-exegesis/lib/LlvmState.h b/llvm/tools/llvm-exegesis/lib/LlvmState.h index be1e797..159a8a5 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.