Merge in new code generator branch.
[ghc-hetmet.git] / compiler / codeGen / StgCmmEnv.hs
index 67d82f0..469f58d 100644 (file)
@@ -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