X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmCPSZ.hs;h=d0858e977ab96633822457aff24929f07adcb284;hb=1241c26f3552a2037263769e5ef7fa68d9f3be36;hp=afa1533efadf87715382b9b7a7b9178a4452afdd;hpb=8b7eaa404043294bd4cb4a0322ac1f7115bad6a0;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmCPSZ.hs b/compiler/cmm/CmmCPSZ.hs index afa1533..d0858e9 100644 --- a/compiler/cmm/CmmCPSZ.hs +++ b/compiler/cmm/CmmCPSZ.hs @@ -1,4 +1,3 @@ -{-# OPTIONS -Wall -fno-warn-name-shadowing #-} module CmmCPSZ ( -- | Converts C-- with full proceedures and parameters @@ -19,7 +18,7 @@ import Outputable import PprCmmZ() import UniqSupply import ZipCfg hiding (zip, unzip) -import ZipCfgCmm +import ZipCfgCmmRep import ZipDataflow -----------------------------------------------------------------------------