Add a panic to fix the build on amd64/Linux; to be fixed properly later
[ghc-hetmet.git] / compiler / nativeGen / RegAlloc / Linear / Stats.hs
index c139db7..95bf8ed 100644 (file)
@@ -7,7 +7,8 @@ module RegAlloc.Linear.Stats (
 where
 
 import RegAlloc.Linear.Base
-import RegLiveness
+import RegAlloc.Liveness
+
 import RegAllocInfo
 import Instrs
 import Cmm             (GenBasicBlock(..))