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:
parent
dc9ae03db9
commit
b294854ddb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user