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/LTOCodeGenerator.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/LTOCodeGenerator.cpp')
-rw-r--r-- | llvm/lib/LTO/LTOCodeGenerator.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/LTO/LTOCodeGenerator.cpp b/llvm/lib/LTO/LTOCodeGenerator.cpp index 5d29227e903..ebc41295152 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" |