aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-10-13 20:09:33 -0700
committerKazu Hirata <kazu@google.com>2023-10-13 20:09:33 -0700
commit6e8013a1301ef31f3592035eae2ee08319edd318 (patch)
tree38118fa8df8c4b2c96effb2b0b5b9db14fe56191 /llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
parent3743c53dd19fd2f935dfd4dec17ca1b1f7911ddb (diff)
downloadllvm-6e8013a1301ef31f3592035eae2ee08319edd318.zip
llvm-6e8013a1301ef31f3592035eae2ee08319edd318.tar.gz
llvm-6e8013a1301ef31f3592035eae2ee08319edd318.tar.bz2
[llvm] Stop including llvm/ADT/StringMap.h (NFC)
These source files do not use StringMap.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp b/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
index 8f93603..88d5487 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
@@ -13,7 +13,6 @@
#include "llvm/CodeGen/AccelTable.h"
#include "DwarfCompileUnit.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/AsmPrinter.h"