aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/LTO/LTOBackend.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-04-13 12:39:26 -0400
committerserge-sans-paille <sguelton@redhat.com>2022-04-13 20:53:19 +0200
commitfa5a4e1b95c8f37796c7ec53ce45d7e5971d281a (patch)
tree7df4aaeecbc0a8c894f039699bd7f022713e3980 /llvm/lib/LTO/LTOBackend.cpp
parent557b131c885b0225d24b027dec3162e0ba051068 (diff)
downloadllvm-fa5a4e1b95c8f37796c7ec53ce45d7e5971d281a.zip
llvm-fa5a4e1b95c8f37796c7ec53ce45d7e5971d281a.tar.gz
llvm-fa5a4e1b95c8f37796c7ec53ce45d7e5971d281a.tar.bz2
[iwyu] Handle regressions in libLLVM header include
Running iwyu-diff on LLVM codebase since a96638e50ef5 detected a few regressions, fixing them.
Diffstat (limited to 'llvm/lib/LTO/LTOBackend.cpp')
-rw-r--r--llvm/lib/LTO/LTOBackend.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/LTO/LTOBackend.cpp b/llvm/lib/LTO/LTOBackend.cpp
index 9dc8bc3..5d50e92 100644
--- a/llvm/lib/LTO/LTOBackend.cpp
+++ b/llvm/lib/LTO/LTOBackend.cpp
@@ -18,7 +18,6 @@
#include "llvm/Analysis/CGSCCPassManager.h"
#include "llvm/Analysis/ModuleSummaryAnalysis.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
-#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/Bitcode/BitcodeWriter.h"
#include "llvm/IR/LLVMRemarkStreamer.h"
@@ -41,7 +40,6 @@
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar/LoopPassManager.h"
#include "llvm/Transforms/Utils/FunctionImportUtils.h"
#include "llvm/Transforms/Utils/SplitModule.h"