NCG: Split RegAllocInfo into arch specific modules
[ghc-hetmet.git] / compiler / nativeGen / PPC / Instr.hs
index a6cc758..85aa494 100644 (file)
@@ -19,7 +19,8 @@ module PPC.Instr (
 where
 
 import BlockId
-import Regs
+import PPC.Regs
+import RegsBase
 import Cmm
 import Outputable
 import FastString