Skip to content

Commit 8ae8ae9

Browse files
[llvm-exegesis] Update validation counters enum
To be consistent with f65265a.
1 parent fefdef8 commit 8ae8ae9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ extern cl::OptionCategory BenchmarkOptions;
4040
extern cl::OptionCategory AnalysisOptions;
4141

4242
enum ValidationEvent {
43-
L1DCacheLoadMiss,
44-
InstructionRetired,
45-
DataTLBLoadMiss,
46-
DataTLBStoreMiss
43+
InstructionRetired
4744
};
4845

4946
struct PfmCountersInfo {

0 commit comments

Comments
 (0)