X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FStgCmmEnv.hs;h=469f58d7dfbf32282aee2918f7e0b4150fc0a17e;hb=971160abf8ce633fed23eb603cf9e0fb08d1746d;hp=67d82f08cd42a801a420d9174b451681fa9fd0e2;hpb=e6243a818496aad82b6f47511d3bd9bc800f747d;p=ghc-hetmet.git diff --git a/compiler/codeGen/StgCmmEnv.hs b/compiler/codeGen/StgCmmEnv.hs index 67d82f0..469f58d 100644 --- a/compiler/codeGen/StgCmmEnv.hs +++ b/compiler/codeGen/StgCmmEnv.hs @@ -35,14 +35,12 @@ import StgCmmClosure import CLabel import BlockId -import Cmm +import CmmExpr import CmmUtils import FastString -import PprCmm ( {- instance Outputable -} ) import Id import VarEnv -import Maybes -import Monad +import Control.Monad import Name import StgSyn import Outputable