summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CalcSpillWeights.cpp
diff options
context:
space:
mode:
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>2013-11-08 15:13:05 +0000
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>2013-11-08 15:13:05 +0000
commitbf1757d5a100ef08e5e9b31b8dce5f5aad320197 (patch)
treea5eebc7e7d2cd220029197a404ee98dec531310c /lib/CodeGen/CalcSpillWeights.cpp
parentc9af1add85658763d34dea1abb49be49eb71bb13 (diff)
downloadllvm-bf1757d5a100ef08e5e9b31b8dce5f5aad320197.tar.gz
llvm-bf1757d5a100ef08e5e9b31b8dce5f5aad320197.tar.bz2
llvm-bf1757d5a100ef08e5e9b31b8dce5f5aad320197.tar.xz
CalculateSpillWeights cleanup: remove unneeded includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CalcSpillWeights.cpp')
-rw-r--r--lib/CodeGen/CalcSpillWeights.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CalcSpillWeights.cpp b/lib/CodeGen/CalcSpillWeights.cpp
index b03c325c89..67a8755cf0 100644
--- a/lib/CodeGen/CalcSpillWeights.cpp
+++ b/lib/CodeGen/CalcSpillWeights.cpp
@@ -9,14 +9,12 @@
#define DEBUG_TYPE "calcspillweights"
-#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/CalcSpillWeights.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"