diff options
author | Owen Anderson <resistor@mac.com> | 2009-03-11 22:31:21 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-03-11 22:31:21 +0000 |
commit | 1ed5b714f1c98b370145fdebb6c21bbc7caa52d5 (patch) | |
tree | 5d0ceb9e63fbda37b94dc24ee61178f7fa7bd795 /lib/CodeGen/RegAllocLinearScan.cpp | |
parent | f9abd7e33ea6e8f57176d0069d61595c1347a5ff (diff) |
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index a9444619fa..8c20a632c9 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -14,6 +14,7 @@ #define DEBUG_TYPE "regalloc" #include "PhysRegTracker.h" #include "VirtRegMap.h" +#include "Spiller.h" #include "llvm/Function.h" #include "llvm/CodeGen/LiveIntervalAnalysis.h" #include "llvm/CodeGen/LiveStackAnalysis.h" |