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/RegAllocPBQP.cpp | |
parent | f9abd7e33ea6e8f57176d0069d61595c1347a5ff (diff) | |
download | external_llvm-1ed5b714f1c98b370145fdebb6c21bbc7caa52d5.tar.gz external_llvm-1ed5b714f1c98b370145fdebb6c21bbc7caa52d5.tar.bz2 external_llvm-1ed5b714f1c98b370145fdebb6c21bbc7caa52d5.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/RegAllocPBQP.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocPBQP.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp index dfee8cf9b3..767e985ed0 100644 --- a/lib/CodeGen/RegAllocPBQP.cpp +++ b/lib/CodeGen/RegAllocPBQP.cpp @@ -33,6 +33,7 @@ #include "PBQP.h" #include "VirtRegMap.h" +#include "Spiller.h" #include "llvm/CodeGen/LiveIntervalAnalysis.h" #include "llvm/CodeGen/LiveStackAnalysis.h" #include "llvm/CodeGen/MachineFunctionPass.h" |