Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (inten...
[oota-llvm.git] / lib / CodeGen / RegAllocLinearScan.cpp
index a9444619fa5d239120a79ad663911d361e09af15..8c20a632c9deae40e1fe739a489890e6f160aaee 100644 (file)
@@ -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"