AMDGPU: Cleanup includes

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

View File

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

View File

@ -14,16 +14,13 @@
#ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUSUBTARGET_H #ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUSUBTARGET_H
#define LLVM_LIB_TARGET_AMDGPU_AMDGPUSUBTARGET_H #define LLVM_LIB_TARGET_AMDGPU_AMDGPUSUBTARGET_H
#include "AMDGPU.h" #include "AMDGPU.h"
#include "AMDGPUFrameLowering.h" #include "AMDGPUFrameLowering.h"
#include "AMDGPUInstrInfo.h" #include "AMDGPUInstrInfo.h"
#include "AMDGPUIntrinsicInfo.h" #include "AMDGPUISelLowering.h"
#include "AMDKernelCodeT.h"
#include "AMDGPUSubtarget.h" #include "AMDGPUSubtarget.h"
#include "R600ISelLowering.h"
#include "SIFrameLowering.h"
#include "Utils/AMDGPUBaseInfo.h" #include "Utils/AMDGPUBaseInfo.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringRef.h"
#include "llvm/Target/TargetSubtargetInfo.h" #include "llvm/Target/TargetSubtargetInfo.h"