Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / nativeGen / NCGMonad.hs
index 4852af3..e5da5a5 100644 (file)
@@ -25,7 +25,7 @@ module NCGMonad (
   
 #include "HsVersions.h"
 
-import Cmm             ( BlockId(..) )
+import BlockId
 import CLabel          ( CLabel, mkAsmTempLabel )
 import MachRegs
 import MachOp          ( MachRep )