Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / cmm / ZipCfgExtras.hs
index b414d39..bd26aca 100644 (file)
@@ -12,9 +12,9 @@
 module ZipCfgExtras
   ()
 where
+import BlockId
 import Maybes
 import Panic
-import StackSlot
 import ZipCfg
 
 import Prelude hiding (zip, unzip, last)