X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FZipCfg.hs;h=3285b5b0eddd0db752e9f10fbd48c091600c4699;hp=c7aa1ff6c7c25fa57d3714bebb9d2e9166e2f118;hb=0d80489c9b9f2421f65d8dd86c1e50c6bb429715;hpb=724a9e83f9498382e3580d26a7dd7cd6b108408c diff --git a/compiler/cmm/ZipCfg.hs b/compiler/cmm/ZipCfg.hs index c7aa1ff..3285b5b 100644 --- a/compiler/cmm/ZipCfg.hs +++ b/compiler/cmm/ZipCfg.hs @@ -36,8 +36,9 @@ where #include "HsVersions.h" +import BlockId ( BlockId, BlockEnv, emptyBlockEnv, lookupBlockEnv, extendBlockEnv + , BlockSet, emptyBlockSet, elemBlockSet, extendBlockSet) import CmmExpr ( UserOfLocalRegs(..) ) --for an instance -import StackSlot import Outputable hiding (empty) import Panic