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 | 860d482b5940d0e7fff09f50f2df409de4b989ff (patch) | |
tree | 5d0ceb9e63fbda37b94dc24ee61178f7fa7bd795 /lib/CodeGen/RegAllocLinearScan.cpp | |
parent | 042eda3ce8a595ed42baf4f4db75bd58c20c7c5a (diff) | |
download | external_llvm-860d482b5940d0e7fff09f50f2df409de4b989ff.tar.gz external_llvm-860d482b5940d0e7fff09f50f2df409de4b989ff.tar.bz2 external_llvm-860d482b5940d0e7fff09f50f2df409de4b989ff.zip |
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" |