1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[llvm-exegesis] Fix warning in r345243.

warning C4099: 'llvm::exegesis::PfmCountersInfo': type name first seen using 'class' now seen using 'struct'

llvm-svn: 345244
This commit is contained in:
Clement Courbet 2018-10-25 08:06:35 +00:00
parent dc9ae03db9
commit b294854ddb

View 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.