summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/LTOModule.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:53 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:30:53 +0000
commite893b46b4ab95ccd0e000759e56a61d1b4c39b6d (patch)
treefa748da68c0cb9716ee976e8afcf5a7c5200c047 /llvm/lib/LTO/LTOModule.cpp
parentf05cb4374dc213a9ee1b259ead335aa8bc28a93b (diff)
downloadbcm5719-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.cpp5
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"
OpenPOWER on IntegriCloud