diff options
author | Pete Cooper <peter_cooper@apple.com> | 2012-04-02 22:44:18 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2012-04-02 22:44:18 +0000 |
commit | 3ca96f9950e3b898693eaa1cecad39c870800c30 (patch) | |
tree | c14ce5ac05cbc52f35e8e9d26de3a33cf6b508e0 /llvm/lib/CodeGen/RegAllocBasic.cpp | |
parent | f76bff0504c0182185af31e8e02da73d06e19736 (diff) | |
download | bcm5719-llvm-3ca96f9950e3b898693eaa1cecad39c870800c30.tar.gz bcm5719-llvm-3ca96f9950e3b898693eaa1cecad39c870800c30.zip |
Moved LiveRangeEdit.h so that it can be called from other parts of the backend, not just libCodeGen
llvm-svn: 153906
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocBasic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBasic.cpp b/llvm/lib/CodeGen/RegAllocBasic.cpp index 52f88e3b595..77ee3148f31 100644 --- a/llvm/lib/CodeGen/RegAllocBasic.cpp +++ b/llvm/lib/CodeGen/RegAllocBasic.cpp @@ -15,7 +15,6 @@ #define DEBUG_TYPE "regalloc" #include "RegAllocBase.h" #include "LiveDebugVariables.h" -#include "LiveRangeEdit.h" #include "RenderMachineFunction.h" #include "Spiller.h" #include "VirtRegMap.h" @@ -24,6 +23,7 @@ #include "llvm/PassAnalysisSupport.h" #include "llvm/CodeGen/CalcSpillWeights.h" #include "llvm/CodeGen/LiveIntervalAnalysis.h" +#include "llvm/CodeGen/LiveRangeEdit.h" #include "llvm/CodeGen/LiveStackAnalysis.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h" |