summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit3b52f0b135092edafe5b44982c716aeb509fb7af (patch)
tree1e8608d5a2a3f7ecf06b7f581b2943b38ed68911 /llvm/lib/CodeGen/CalcSpillWeights.cpp
parent2914d2d980b6073354a5c809446c39d5fc71cc7a (diff)
downloadbcm5719-llvm-3b52f0b135092edafe5b44982c716aeb509fb7af.tar.gz
bcm5719-llvm-3b52f0b135092edafe5b44982c716aeb509fb7af.zip
CalculateSpillWeights cleanup: remove unneeded includes
llvm-svn: 194259
Diffstat (limited to 'llvm/lib/CodeGen/CalcSpillWeights.cpp')
-rw-r--r--llvm/lib/CodeGen/CalcSpillWeights.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CalcSpillWeights.cpp b/llvm/lib/CodeGen/CalcSpillWeights.cpp
index b03c325c895..67a8755cf06 100644
--- a/llvm/lib/CodeGen/CalcSpillWeights.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud