diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-24 09:37:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-24 09:37:43 -0700 |
commit | 0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c (patch) | |
tree | b57785a6057d9bf7a32e57a6099ddb4f4b7f73bf /llvm/lib/Transforms/Utils/ValueMapper.cpp | |
parent | 252bd8087193751fc43eebe5724f6de280f0c4cc (diff) | |
download | llvm-0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c.zip llvm-0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c.tar.gz llvm-0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c.tar.bz2 |
[Transforms] Remove unused includes (NFC) (#141357)
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/lib/Transforms/Utils/ValueMapper.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/ValueMapper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/ValueMapper.cpp b/llvm/lib/Transforms/Utils/ValueMapper.cpp index d935a07..7ba95e2 100644 --- a/llvm/lib/Transforms/Utils/ValueMapper.cpp +++ b/llvm/lib/Transforms/Utils/ValueMapper.cpp @@ -37,7 +37,6 @@ #include "llvm/IR/Type.h" #include "llvm/IR/Value.h" #include "llvm/Support/Casting.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include <cassert> #include <limits> |