aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-16 08:59:18 -0700
committerGitHub <noreply@github.com>2025-06-16 08:59:18 -0700
commit05cd32adb7ce2354563814ab6e0b818f2ed6fa26 (patch)
treed97f8e4110a4a1df43e57ef63a7e0c37c80e7092 /llvm/lib/Transforms/Utils/Local.cpp
parentc9ac1679b5d3a3839640486dd4bd931a19f4725a (diff)
downloadllvm-05cd32adb7ce2354563814ab6e0b818f2ed6fa26.zip
llvm-05cd32adb7ce2354563814ab6e0b818f2ed6fa26.tar.gz
llvm-05cd32adb7ce2354563814ab6e0b818f2ed6fa26.tar.bz2
[llvm] Remove unused includes (NFC) (#144293)
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/Local.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/Local.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp
index a3252a6..3314370 100644
--- a/llvm/lib/Transforms/Utils/Local.cpp
+++ b/llvm/lib/Transforms/Utils/Local.cpp
@@ -49,7 +49,6 @@
#include "llvm/IR/EHPersonalities.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GetElementPtrTypeIterator.h"
-#include "llvm/IR/GlobalObject.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Instruction.h"