Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / cmm / CmmZipUtil.hs
index dce9e72..aa547e9 100644 (file)
@@ -4,8 +4,8 @@ module CmmZipUtil
   , givesUniquePredecessorTo
   )
 where
+import BlockId
 import Prelude hiding (last, unzip)
-import StackSlot
 import ZipCfg
 
 import Maybes