SpillPlacement.cpp - remove unnecessary includes. NFCI.

These are all directly included in SpillPlacement.h
This commit is contained in:
Simon Pilgrim 2020-09-15 12:18:06 +01:00
parent 1abb4461ea
commit 6c1f2a34fb
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,7 @@
//===----------------------------------------------------------------------===//
#include "SpillPlacement.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/SparseSet.h"
#include "llvm/CodeGen/EdgeBundles.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"
@ -39,7 +36,6 @@
#include "llvm/CodeGen/Passes.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/BlockFrequency.h"
#include <algorithm>
#include <cassert>
#include <cstdint>