Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / cmm / CmmLiveZ.hs
index f4b9b0f..4dc0874 100644 (file)
@@ -7,13 +7,13 @@ module CmmLiveZ
     ) 
 where
 
+import BlockId
 import CmmExpr
 import CmmTx
 import DFMonad
 import Monad
 import PprCmm()
 import PprCmmZ()
-import StackSlot
 import ZipCfg
 import ZipDataflow
 import ZipCfgCmmRep