aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DecoderEmitter.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-24 09:37:40 -0700
committerGitHub <noreply@github.com>2025-05-24 09:37:40 -0700
commit252bd8087193751fc43eebe5724f6de280f0c4cc (patch)
treef5e68cf85dbeabfd3b56bca5e6f44990de9348ba /llvm/utils/TableGen/DecoderEmitter.cpp
parent64e89353b2fbb246cca2ededc994154ce14e18ab (diff)
downloadllvm-252bd8087193751fc43eebe5724f6de280f0c4cc.zip
llvm-252bd8087193751fc43eebe5724f6de280f0c4cc.tar.gz
llvm-252bd8087193751fc43eebe5724f6de280f0c4cc.tar.bz2
[TableGen] Remove unused includes (NFC) (#141356)
These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures.
Diffstat (limited to 'llvm/utils/TableGen/DecoderEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/DecoderEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DecoderEmitter.cpp b/llvm/utils/TableGen/DecoderEmitter.cpp
index bf1802e..82ba935 100644
--- a/llvm/utils/TableGen/DecoderEmitter.cpp
+++ b/llvm/utils/TableGen/DecoderEmitter.cpp
@@ -32,7 +32,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/MathExtras.h"