NCG: Validate fixes
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / Stats.hs
index bf9622d..8082f9e 100644 (file)
@@ -21,12 +21,12 @@ where
 #include "nativeGen/NCG.h"
 
 import qualified GraphColor as Color
-import RegLiveness
+import RegAlloc.Liveness
 import RegAllocInfo
 import RegAlloc.Graph.Spill
 import RegAlloc.Graph.SpillCost
-import MachRegs
-import MachInstrs
+import Regs
+import Instrs
 import Cmm
 
 import Outputable