mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
Remove extraneous includes from the target machines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
373c16a702
commit
db1c494276
@ -15,13 +15,9 @@
|
||||
#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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -14,11 +14,7 @@
|
||||
#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"
|
||||
|
@ -13,11 +13,7 @@
|
||||
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user