Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / cmm / PprCmmZ.hs
index 4e9d2b6..1e5f52f 100644 (file)
@@ -4,12 +4,12 @@ module PprCmmZ
     )
 where
 
+import BlockId
 import Cmm
 import CmmExpr
 import ForeignCall
 import PprCmm
 import Outputable
-import StackSlot
 import qualified ZipCfgCmmRep as G
 import qualified ZipCfg as Z
 import CmmZipUtil