aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AtomicExpandPass.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-12 23:15:06 -0800
committerGitHub <noreply@github.com>2024-11-12 23:15:06 -0800
commit735ab61ac828bd61398e6847d60e308fdf2b54ec (patch)
tree7e3b33f14b316e69159ec0fa84ce4b1a6e073d17 /llvm/lib/CodeGen/AtomicExpandPass.cpp
parenta6f8af676a36bd43dd0c7f6229e6c91161a56819 (diff)
downloadllvm-735ab61ac828bd61398e6847d60e308fdf2b54ec.zip
llvm-735ab61ac828bd61398e6847d60e308fdf2b54ec.tar.gz
llvm-735ab61ac828bd61398e6847d60e308fdf2b54ec.tar.bz2
[CodeGen] Remove unused includes (NFC) (#115996)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/CodeGen/AtomicExpandPass.cpp')
-rw-r--r--llvm/lib/CodeGen/AtomicExpandPass.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AtomicExpandPass.cpp b/llvm/lib/CodeGen/AtomicExpandPass.cpp
index 1471e3d..8d2099b 100644
--- a/llvm/lib/CodeGen/AtomicExpandPass.cpp
+++ b/llvm/lib/CodeGen/AtomicExpandPass.cpp
@@ -21,7 +21,6 @@
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/CodeGen/AtomicExpand.h"
#include "llvm/CodeGen/AtomicExpandUtils.h"
-#include "llvm/CodeGen/RuntimeLibcallUtil.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
@@ -34,7 +33,6 @@
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
-#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/MDBuilder.h"