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