Remove extraneous includes from the target machines.
authorEric Christopher <echristo@gmail.com>
Thu, 26 Jun 2014 19:30:05 +0000 (19:30 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 26 Jun 2014 19:30:05 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211800 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/ARM/ARMTargetMachine.h
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/X86/X86TargetMachine.h

index 6a159e91e22fa7571001495a918b16f67c22e14c..852cb3f8d2e90c13cfbf71c4062f17655b383c05 100644 (file)
 #define AArch64TARGETMACHINE_H
 
 #include "AArch64InstrInfo.h"
-#include "AArch64ISelLowering.h"
 #include "AArch64Subtarget.h"
-#include "AArch64FrameLowering.h"
-#include "AArch64SelectionDAGInfo.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/MC/MCStreamer.h"
 
 namespace llvm {
 
index 8effe483c5a94edccb7edae3ec8854e9aa87560d..b72b1df4af836ad8d383cbb81f6b69b478edf56f 100644 (file)
 #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 {
index 3cf8063b70ef6c99f7bd717553fd4450c108ab73..4c7029ca7a363cefd14c9c15f003dfe37676d51e 100644 (file)
 #ifndef PPC_TARGETMACHINE_H
 #define PPC_TARGETMACHINE_H
 
-#include "PPCFrameLowering.h"
-#include "PPCISelLowering.h"
 #include "PPCInstrInfo.h"
-#include "PPCJITInfo.h"
-#include "PPCSelectionDAGInfo.h"
 #include "PPCSubtarget.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/Target/TargetMachine.h"
index 87ddaf42a71ef244b94e86090fc10593c02b7eb1..41d51570b9ab4fa6ea0953bc46b553ae8b44f59d 100644 (file)
 
 #ifndef X86TARGETMACHINE_H
 #define X86TARGETMACHINE_H
-
-#include "X86FrameLowering.h"
-#include "X86ISelLowering.h"
 #include "X86InstrInfo.h"
-#include "X86JITInfo.h"
 #include "X86Subtarget.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/Target/TargetMachine.h"