summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-26 19:30:05 +0000
committerEric Christopher <echristo@gmail.com>2014-06-26 19:30:05 +0000
commit83e0723457a039381e0347730cb6448826c9eca9 (patch)
treeb5891c12c98deecea62426a19e676ccb47bccc8d /llvm/lib/Target/ARM
parent80b24ef42900acb0488d6b5e07e8691e829b8ca5 (diff)
downloadbcm5719-llvm-83e0723457a039381e0347730cb6448826c9eca9.tar.gz
bcm5719-llvm-83e0723457a039381e0347730cb6448826c9eca9.zip
Remove extraneous includes from the target machines.
llvm-svn: 211800
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetMachine.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.h b/llvm/lib/Target/ARM/ARMTargetMachine.h
index 8effe483c5a..b72b1df4af8 100644
--- a/llvm/lib/Target/ARM/ARMTargetMachine.h
+++ b/llvm/lib/Target/ARM/ARMTargetMachine.h
@@ -14,17 +14,9 @@
#ifndef ARMTARGETMACHINE_H
#define ARMTARGETMACHINE_H
-#include "ARMFrameLowering.h"
-#include "ARMISelLowering.h"
#include "ARMInstrInfo.h"
-#include "ARMJITInfo.h"
-#include "ARMSelectionDAGInfo.h"
#include "ARMSubtarget.h"
-#include "Thumb1FrameLowering.h"
-#include "Thumb1InstrInfo.h"
-#include "Thumb2InstrInfo.h"
#include "llvm/IR/DataLayout.h"
-#include "llvm/MC/MCStreamer.h"
#include "llvm/Target/TargetMachine.h"
namespace llvm {
OpenPOWER on IntegriCloud