aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SplitKit.cpp
diff options
context:
space:
mode:
authorMarcello Maggioni <hayarms@gmail.com>2019-10-17 03:12:51 +0000
committerMarcello Maggioni <hayarms@gmail.com>2019-10-17 03:12:51 +0000
commit6fc9563dba6319ab0715c6fd4cb072dc6edc4c72 (patch)
tree0034c5e16b977f29b12e669ea9879361717b78c8 /llvm/lib/CodeGen/SplitKit.cpp
parent962ca076e51c25a7a08f4e0d329c65328a635bdb (diff)
downloadllvm-6fc9563dba6319ab0715c6fd4cb072dc6edc4c72.zip
llvm-6fc9563dba6319ab0715c6fd4cb072dc6edc4c72.tar.gz
llvm-6fc9563dba6319ab0715c6fd4cb072dc6edc4c72.tar.bz2
Move LiveRangeCalc header to publicily available position. NFC
Differential Revision: https://reviews.llvm.org/D69078 llvm-svn: 375075
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
-rw-r--r--llvm/lib/CodeGen/SplitKit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp
index 4e4971d..0c1f122 100644
--- a/llvm/lib/CodeGen/SplitKit.cpp
+++ b/llvm/lib/CodeGen/SplitKit.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "SplitKit.h"
-#include "LiveRangeCalc.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/None.h"
@@ -22,6 +21,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervals.h"
+#include "llvm/CodeGen/LiveRangeCalc.h"
#include "llvm/CodeGen/LiveRangeEdit.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"