Skip to content

Commit

Permalink
SpillPlacement.cpp - remove unnecessary includes. NFCI.
Browse files Browse the repository at this point in the history
These are all directly included in SpillPlacement.h
  • Loading branch information
RKSimon committed Sep 15, 2020
1 parent 1abb446 commit 6c1f2a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/lib/CodeGen/SpillPlacement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>
Expand Down

0 comments on commit 6c1f2a3

Please sign in to comment.