Move Int, Float and Double into ghc-prim:GHC.Types
[ghc-hetmet.git] / compiler / cmm / CmmCPS.hs
index a8adfb8..025c127 100644 (file)
@@ -13,6 +13,7 @@ module CmmCPS (
 
 #include "HsVersions.h"
 
+import BlockId
 import Cmm
 import CmmLint
 import PprCmm