summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2012-04-02 22:44:18 +0000
committerPete Cooper <peter_cooper@apple.com>2012-04-02 22:44:18 +0000
commit789d5d85ba6e9259a8e0f0bcfbd06a59ad164512 (patch)
treede3b2bbd87840722f9847f1d103dcb24c5e4d379 /lib/CodeGen/Spiller.cpp
parent1c8cf21d0c96cee0d55b619be58b1b400675e6ac (diff)
downloadllvm-789d5d85ba6e9259a8e0f0bcfbd06a59ad164512.tar.gz
llvm-789d5d85ba6e9259a8e0f0bcfbd06a59ad164512.tar.bz2
llvm-789d5d85ba6e9259a8e0f0bcfbd06a59ad164512.tar.xz
Moved LiveRangeEdit.h so that it can be called from other parts of the backend, not just libCodeGen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.cpp')
-rw-r--r--lib/CodeGen/Spiller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp
index a9209ccf37..4cd22eb60f 100644
--- a/lib/CodeGen/Spiller.cpp
+++ b/lib/CodeGen/Spiller.cpp
@@ -11,8 +11,8 @@
#include "Spiller.h"
#include "VirtRegMap.h"
-#include "LiveRangeEdit.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
+#include "llvm/CodeGen/LiveRangeEdit.h"
#include "llvm/CodeGen/LiveStackAnalysis.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"