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