diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:17 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:17 +0000 |
commit | caf9ea6aa049f6d3e1afb033fa08371702a4c740 (patch) | |
tree | d25dec5b7ff2a324ca6c7f596de9a4a7163d148c /llvm/lib/Target/ARM/ARMSubtarget.cpp | |
parent | a859bd9ced180c684566f80999b775715577c068 (diff) | |
download | bcm5719-llvm-caf9ea6aa049f6d3e1afb033fa08371702a4c740.tar.gz bcm5719-llvm-caf9ea6aa049f6d3e1afb033fa08371702a4c740.zip |
Remove redundant includes from lib/Target/ARM.
llvm-svn: 320635
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index e3855cc9a91..b6875e71c1c 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.cpp +++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp @@ -28,10 +28,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Triple.h" #include "llvm/ADT/Twine.h" -#include "llvm/CodeGen/GlobalISel/IRTranslator.h" #include "llvm/CodeGen/GlobalISel/InstructionSelect.h" -#include "llvm/CodeGen/GlobalISel/Legalizer.h" -#include "llvm/CodeGen/GlobalISel/RegBankSelect.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/IR/Function.h" #include "llvm/IR/GlobalValue.h" @@ -41,8 +38,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/TargetParser.h" #include "llvm/Target/TargetOptions.h" -#include <cassert> -#include <string> using namespace llvm; |