X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FStgCmmCon.hs;h=633d577c73f7c6f1fabc4b0eb60d15e3944734d5;hb=463bbe95172eba825434b7a706040708797c08af;hp=3226f0c111c44bf1bfec68c46b89d82d663d0939;hpb=f64aaa7b4230cec62f0679ddf998fe79e0a42820;p=ghc-hetmet.git diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index 3226f0c..633d577 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -25,9 +25,9 @@ import StgCmmUtils import StgCmmClosure import StgCmmProf -import Cmm +import CmmExpr import CLabel -import MkZipCfgCmm (CmmAGraph, mkNop) +import MkGraph import SMRep import CostCentre import Module @@ -39,9 +39,13 @@ import Literal import PrelInfo import Outputable import Util ( lengthIs ) -import StaticFlags ( opt_PIC ) + import Data.Char +#if defined(mingw32_TARGET_OS) +import StaticFlags ( opt_PIC ) +#endif + --------------------------------------------------------------- -- Top-level constructors