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 /llvm/lib/LTO/LTOModule.cpp | |
parent | f05cb4374dc213a9ee1b259ead335aa8bc28a93b (diff) | |
download | bcm5719-llvm-e893b46b4ab95ccd0e000759e56a61d1b4c39b6d.tar.gz bcm5719-llvm-e893b46b4ab95ccd0e000759e56a61d1b4c39b6d.zip |
Remove redundant includes from lib/LTO.
llvm-svn: 320623
Diffstat (limited to 'llvm/lib/LTO/LTOModule.cpp')
-rw-r--r-- | llvm/lib/LTO/LTOModule.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/LTO/LTOModule.cpp b/llvm/lib/LTO/LTOModule.cpp index 8bdc033e853..51b4f225939 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" |