SPARC NCG: Fix available regs for graph allocator
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / Base.hs
index 3f9146c..45fd640 100644 (file)
@@ -20,9 +20,8 @@ where
 
 import RegAlloc.Linear.FreeRegs
 import RegAlloc.Linear.StackMap
-
-import RegLiveness
-import MachRegs
+import RegAlloc.Liveness
+import Reg
 
 import Outputable
 import Unique