NCG: Move RegLiveness -> RegAlloc.Liveness
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Graph / SpillCost.hs
index c897a4d..1d37cf7 100644 (file)
@@ -17,7 +17,7 @@ module RegAlloc.Graph.SpillCost (
 where
 
 import GraphBase
-import RegLiveness
+import RegAlloc.Liveness
 import RegAllocInfo
 import Instrs
 import Regs
@@ -83,7 +83,7 @@ slurpSpillCostInfo cmm
                = countLIs rsLiveEntry instrs
 
                | otherwise
-               = error "RegLiveness.slurpSpillCostInfo: bad block"
+               = error "RegAlloc.SpillCost.slurpSpillCostInfo: bad block"
 
        countLIs _      []
                = return ()