NCG: Split up the native code generator into arch specific modules
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / SPARC / FreeRegs.hs
index aa716b5..5514056 100644 (file)
@@ -3,7 +3,9 @@
 module RegAlloc.Linear.SPARC.FreeRegs
 where
 
-import Regs
+import SPARC.Regs
+import RegClass
+import Reg
 
 import Outputable
 import FastBool