diff options
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocScore.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocScore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAllocScore.cpp b/llvm/lib/CodeGen/RegAllocScore.cpp index 17e3eeef664b..e420283dfcfa 100644 --- a/llvm/lib/CodeGen/RegAllocScore.cpp +++ b/llvm/lib/CodeGen/RegAllocScore.cpp @@ -14,8 +14,6 @@ #include "RegAllocScore.h" #include "llvm/ADT/DenseMapInfo.h" -#include "llvm/ADT/STLForwardCompat.h" -#include "llvm/ADT/SetVector.h" #include "llvm/ADT/ilist_iterator.h" #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/CodeGen/MachineBlockFrequencyInfo.h" |