aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-10-13 20:50:59 -0700
committerKazu Hirata <kazu@google.com>2023-10-13 20:50:59 -0700
commit643b2ccd8296a3f8a2950421e72aa5ca59e4fecc (patch)
tree03d6e7072d42ea85b37efd342ff40fa531b0cca1 /llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
parent18d199116fe2150549110da68ac0ca8cfd80f9c8 (diff)
downloadllvm-643b2ccd8296a3f8a2950421e72aa5ca59e4fecc.zip
llvm-643b2ccd8296a3f8a2950421e72aa5ca59e4fecc.tar.gz
llvm-643b2ccd8296a3f8a2950421e72aa5ca59e4fecc.tar.bz2
[tools] Stop including llvm/ADT/StringMap.h (NFC)
These source files do not use StringMap.h.
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp')
-rw-r--r--llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp b/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
index b8e53de..02c4da1 100644
--- a/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
+++ b/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
@@ -11,7 +11,6 @@
#include "Error.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/ScopeExit.h"
-#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/bit.h"
#include "llvm/ObjectYAML/YAML.h"