diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:53 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:53 +0000 |
commit | e893b46b4ab95ccd0e000759e56a61d1b4c39b6d (patch) | |
tree | fa748da68c0cb9716ee976e8afcf5a7c5200c047 | |
parent | f05cb4374dc213a9ee1b259ead335aa8bc28a93b (diff) | |
download | llvm-e893b46b4ab95ccd0e000759e56a61d1b4c39b6d.zip llvm-e893b46b4ab95ccd0e000759e56a61d1b4c39b6d.tar.gz llvm-e893b46b4ab95ccd0e000759e56a61d1b4c39b6d.tar.bz2 |
Remove redundant includes from lib/LTO.
llvm-svn: 320623
-rw-r--r-- | llvm/lib/LTO/LTOCodeGenerator.cpp | 3 | ||||
-rw-r--r-- | llvm/lib/LTO/LTOModule.cpp | 5 | ||||
-rw-r--r-- | llvm/lib/LTO/UpdateCompilerUsed.cpp | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/LTO/LTOCodeGenerator.cpp b/llvm/lib/LTO/LTOCodeGenerator.cpp index 5d29227..ebc4129 100644 --- a/llvm/lib/LTO/LTOCodeGenerator.cpp +++ b/llvm/lib/LTO/LTOCodeGenerator.cpp @@ -21,9 +21,6 @@ #include "llvm/Analysis/TargetTransformInfo.h" #include "llvm/Bitcode/BitcodeWriter.h" #include "llvm/CodeGen/ParallelCG.h" -#include "llvm/CodeGen/RuntimeLibcalls.h" -#include "llvm/CodeGen/TargetLowering.h" -#include "llvm/CodeGen/TargetRegisterInfo.h" #include "llvm/CodeGen/TargetSubtargetInfo.h" #include "llvm/Config/config.h" #include "llvm/IR/Constants.h" diff --git a/llvm/lib/LTO/LTOModule.cpp b/llvm/lib/LTO/LTOModule.cpp index 8bdc033..51b4f22 100644 --- a/llvm/lib/LTO/LTOModule.cpp +++ b/llvm/lib/LTO/LTOModule.cpp @@ -16,21 +16,16 @@ #include "llvm/ADT/Triple.h" #include "llvm/Analysis/ObjectUtils.h" #include "llvm/Bitcode/BitcodeReader.h" -#include "llvm/CodeGen/TargetLowering.h" #include "llvm/CodeGen/TargetLoweringObjectFile.h" -#include "llvm/CodeGen/TargetRegisterInfo.h" #include "llvm/CodeGen/TargetSubtargetInfo.h" #include "llvm/IR/Constants.h" -#include "llvm/IR/DiagnosticPrinter.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Mangler.h" #include "llvm/IR/Metadata.h" #include "llvm/IR/Module.h" #include "llvm/MC/MCExpr.h" #include "llvm/MC/MCInst.h" -#include "llvm/MC/MCInstrInfo.h" #include "llvm/MC/MCParser/MCAsmParser.h" -#include "llvm/MC/MCParser/MCTargetAsmParser.h" #include "llvm/MC/MCSection.h" #include "llvm/MC/MCSubtargetInfo.h" #include "llvm/MC/MCSymbol.h" diff --git a/llvm/lib/LTO/UpdateCompilerUsed.cpp b/llvm/lib/LTO/UpdateCompilerUsed.cpp index c683b50..c982a5b 100644 --- a/llvm/lib/LTO/UpdateCompilerUsed.cpp +++ b/llvm/lib/LTO/UpdateCompilerUsed.cpp @@ -17,7 +17,6 @@ #include "llvm/CodeGen/TargetSubtargetInfo.h" #include "llvm/IR/LegacyPassManager.h" #include "llvm/IR/Mangler.h" -#include "llvm/Transforms/IPO/Internalize.h" #include "llvm/Transforms/Utils/ModuleUtils.h" using namespace llvm; |