diff options
author | Clement Courbet <courbet@google.com> | 2018-11-08 12:09:45 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-11-08 12:09:45 +0000 |
commit | 0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f (patch) | |
tree | 55d51b4eb237922d3849b7a12939c1a51838ff0d /llvm/tools/llvm-exegesis/lib/BenchmarkResult.h | |
parent | 266c087b9dff314433f318a9ef61ec7d1b44fbb4 (diff) | |
download | bcm5719-llvm-0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f.tar.gz bcm5719-llvm-0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f.zip |
Revert "[llvm-exegesis] Add a snippet generator to generate snippets to compute ROB sizes."
This reverts accidental commit rL346394.
llvm-svn: 346398
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/BenchmarkResult.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/BenchmarkResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |