aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-26 09:13:39 -0700
committerGitHub <noreply@github.com>2025-05-26 09:13:39 -0700
commite01adb4b79d5c7ab9d63f8641074c7d3a1fa8110 (patch)
tree9979bba8e53400f1bb78ba0b3086a63ed3e73bb8 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
parent6c37341943eb2a8ba2a34e35a2c699c763b001fb (diff)
downloadllvm-e01adb4b79d5c7ab9d63f8641074c7d3a1fa8110.zip
llvm-e01adb4b79d5c7ab9d63f8641074c7d3a1fa8110.tar.gz
llvm-e01adb4b79d5c7ab9d63f8641074c7d3a1fa8110.tar.bz2
[PowerPC] Remove unused includes (NFC) (#141449)
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/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index 04cb8ea..a11e49c 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -24,7 +24,6 @@
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/GlobalISel/IRTranslator.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
-#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/Legalizer.h"
#include "llvm/CodeGen/GlobalISel/Localizer.h"
#include "llvm/CodeGen/GlobalISel/RegBankSelect.h"