summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.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
commitaabe06d92aeec2fe6c8c90dd78c3c5bce2a052ff (patch)
tree820f68735fcb50771e33cf048422c29e9dd71615 /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parent42adc73a2b34b001f1c269febd1e3f066ae46290 (diff)
downloadbcm5719-llvm-aabe06d92aeec2fe6c8c90dd78c3c5bce2a052ff.tar.gz
bcm5719-llvm-aabe06d92aeec2fe6c8c90dd78c3c5bce2a052ff.zip
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change.
llvm-svn: 66720
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index a9444619fa5..8c20a632c9d 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud