CalculateSpillWeights cleanup: remove unneeded includes

llvm-svn: 194259
This commit is contained in:
Arnaud A. de Grandmaison 2013-11-08 15:13:05 +00:00
parent 2914d2d980
commit 3b52f0b135
1 changed files with 0 additions and 2 deletions

View File

@ -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"