From 0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f Mon Sep 17 00:00:00 2001 From: Clement Courbet Date: Thu, 8 Nov 2018 12:09:45 +0000 Subject: Revert "[llvm-exegesis] Add a snippet generator to generate snippets to compute ROB sizes." This reverts accidental commit rL346394. llvm-svn: 346398 --- llvm/tools/llvm-exegesis/lib/BenchmarkResult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-exegesis/lib/BenchmarkResult.h') diff --git a/llvm/tools/llvm-exegesis/lib/BenchmarkResult.h b/llvm/tools/llvm-exegesis/lib/BenchmarkResult.h index 6df57d21316..773a2e50abc 100644 --- a/llvm/tools/llvm-exegesis/lib/BenchmarkResult.h +++ b/llvm/tools/llvm-exegesis/lib/BenchmarkResult.h @@ -58,7 +58,7 @@ struct BenchmarkMeasure { // The result of an instruction benchmark. struct InstructionBenchmark { InstructionBenchmarkKey Key; - enum ModeE { Unknown, Latency, Uops, ROBSize }; + enum ModeE { Unknown, Latency, Uops }; ModeE Mode; std::string CpuName; std::string LLVMTriple; -- cgit v1.2.3