X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmCvt.hs;h=da770636b438ebbb2bb05381df1a76816779de30;hb=7bb3d1fc79521d591cd9f824893963141a7997b6;hp=9f8279e87e8aeaecfece9b5611d7b3726349c3bf;hpb=617eb195e67525ffda967099fa8d9899e2b15ce8;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmCvt.hs b/compiler/cmm/CmmCvt.hs index 9f8279e..da77063 100644 --- a/compiler/cmm/CmmCvt.hs +++ b/compiler/cmm/CmmCvt.hs @@ -8,7 +8,6 @@ import BlockId import Cmm import CmmExpr import MkZipCfgCmm hiding (CmmGraph) -import ZipCfg -- imported for reverse conversion import ZipCfgCmmRep -- imported for reverse conversion import CmmZipUtil import PprCmm()