aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-24 00:00:00 -0700
committerGitHub <noreply@github.com>2025-05-24 00:00:00 -0700
commit3bc174ba772c551352004417c11c35503d6283ad (patch)
treec45c312a7843487332ba408c27179b6c0504b2b6 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent0918361d8b7a3b6bdce4b1bb17d5e9c9149369f3 (diff)
downloadllvm-3bc174ba772c551352004417c11c35503d6283ad.zip
llvm-3bc174ba772c551352004417c11c35503d6283ad.tar.gz
llvm-3bc174ba772c551352004417c11c35503d6283ad.tar.bz2
[CodeGen] Remove unused includes (NFC) (#141320)
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/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBasicBlock.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp
index 76227b7..ccc164a 100644
--- a/llvm/lib/CodeGen/MachineBasicBlock.cpp
+++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp
@@ -22,7 +22,6 @@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
-#include "llvm/CodeGen/MachinePostDominators.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"