X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FCgCon.lhs;h=8259584c4105b158bd02008110fa8b9136741455;hb=72547264724117d689a7fa400104185557fb2a0c;hp=0fb90b0d77c663e5f8ec93d4bc1a0d34b48fe02a;hpb=f8f4cb3f3a46e0495917a927cefe906531b7b38e;p=ghc-hetmet.git diff --git a/compiler/codeGen/CgCon.lhs b/compiler/codeGen/CgCon.lhs index 0fb90b0..8259584 100644 --- a/compiler/codeGen/CgCon.lhs +++ b/compiler/codeGen/CgCon.lhs @@ -48,8 +48,6 @@ import ListSetOps import Util import FastString import StaticFlags - -import Control.Monad \end{code} @@ -439,7 +437,7 @@ cgDataCon data_con = do { code_blks <- getCgStmts the_code ; emitClosureCodeAndInfoTable cl_info [] code_blks } where - the_code = do { ticky_code + the_code = do { _ <- ticky_code ; ldvEnter (CmmReg nodeReg) ; body_code }