aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2015-09-25 00:28:43 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2015-09-25 00:28:43 +0000
commit8aa9973696abce5afcff1f95a1fd417735a9c02f (patch)
treebb26f6080c3f9f20456d682118d36c269de7d3d2 /llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
parentb0e9d4a5d1da28a7726ac07e8a53610252fe63b4 (diff)
downloadllvm-8aa9973696abce5afcff1f95a1fd417735a9c02f.zip
llvm-8aa9973696abce5afcff1f95a1fd417735a9c02f.tar.gz
llvm-8aa9973696abce5afcff1f95a1fd417735a9c02f.tar.bz2
AMDGPU: Remove unused includes
llvm-svn: 248553
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp b/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
index 5fe8d19..636750d 100644
--- a/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
+++ b/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
@@ -16,15 +16,9 @@
#include "AMDGPU.h"
#include "SIInstrInfo.h"
-#include "SIRegisterInfo.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachinePostDominators.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/Support/Debug.h"
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetMachine.h"
using namespace llvm;