aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocPBQP.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-03-11 22:31:21 +0000
committerOwen Anderson <resistor@mac.com>2009-03-11 22:31:21 +0000
commit1ed5b714f1c98b370145fdebb6c21bbc7caa52d5 (patch)
tree5d0ceb9e63fbda37b94dc24ee61178f7fa7bd795 /lib/CodeGen/RegAllocPBQP.cpp
parentf9abd7e33ea6e8f57176d0069d61595c1347a5ff (diff)
downloadexternal_llvm-1ed5b714f1c98b370145fdebb6c21bbc7caa52d5.zip
external_llvm-1ed5b714f1c98b370145fdebb6c21bbc7caa52d5.tar.gz
external_llvm-1ed5b714f1c98b370145fdebb6c21bbc7caa52d5.tar.bz2
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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp
index dfee8cf9b..767e985 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"