Replacing copyins and copyouts with data-movement instructions
[ghc-hetmet.git] / compiler / cmm / PprC.hs
index a0661cd..37359ed 100644 (file)
@@ -33,6 +33,7 @@ module PprC (
 #include "HsVersions.h"
 
 -- Cmm stuff
+import BlockId
 import Cmm
 import PprCmm  ()      -- Instances only
 import CLabel