diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-24 14:48:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-24 14:48:46 -0700 |
commit | 1e8e66217498566a139ab3c38c5333a08550e4fb (patch) | |
tree | 7ed13f0adf704caa59450c3669867784cf54c407 /llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp | |
parent | c192d530c045ef1b4825f4a599130d9a6aa93ba4 (diff) | |
download | llvm-1e8e66217498566a139ab3c38c5333a08550e4fb.zip llvm-1e8e66217498566a139ab3c38c5333a08550e4fb.tar.gz llvm-1e8e66217498566a139ab3c38c5333a08550e4fb.tar.bz2 |
[AMDGPU] Remove unused includes (NFC) (#141376)
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/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp')
-rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp b/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp index 34ba53c..e0444da 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp +++ b/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp @@ -196,7 +196,6 @@ #include "llvm/IR/IntrinsicsAMDGPU.h" #include "llvm/IR/MDBuilder.h" #include "llvm/IR/ReplaceConstant.h" -#include "llvm/InitializePasses.h" #include "llvm/Pass.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" |