AMDGPU: Cleanup includes

llvm-svn: 252328
This commit is contained in:
Matt Arsenault 2015-11-06 18:23:00 +00:00
parent 0c90e9501e
commit f59e538937
2 changed files with 4 additions and 6 deletions

View File

@ -16,6 +16,7 @@
#include "R600ISelLowering.h"
#include "R600InstrInfo.h"
#include "R600MachineScheduler.h"
#include "SIFrameLowering.h"
#include "SIISelLowering.h"
#include "SIInstrInfo.h"
#include "SIMachineFunctionInfo.h"

View File

@ -14,16 +14,13 @@
#ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUSUBTARGET_H
#define LLVM_LIB_TARGET_AMDGPU_AMDGPUSUBTARGET_H
#include "AMDGPU.h"
#include "AMDGPUFrameLowering.h"
#include "AMDGPUInstrInfo.h"
#include "AMDGPUIntrinsicInfo.h"
#include "AMDKernelCodeT.h"
#include "AMDGPUISelLowering.h"
#include "AMDGPUSubtarget.h"
#include "R600ISelLowering.h"
#include "SIFrameLowering.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Target/TargetSubtargetInfo.h"
@ -89,7 +86,7 @@ private:
bool CIInsts;
bool FeatureDisable;
int LDSBankCount;
unsigned IsaVersion;
unsigned IsaVersion;
bool EnableHugeScratchBuffer;
std::unique_ptr<AMDGPUFrameLowering> FrameLowering;