Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / cmm / DFMonad.hs
index 7412969..3df5b68 100644 (file)
@@ -12,10 +12,10 @@ module DFMonad
     )
 where
 
+import BlockId
 import CmmTx
 import PprCmm()
 import OptimizationFuel
-import StackSlot
 
 import Control.Monad
 import Maybes