From d76fcd210a944bec112e3bd0888ed5ead5e7b816 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 11 Apr 2011 15:33:15 +0100 Subject: [PATCH] Remove debugging CmmComment from old code generator. Warning: This change seems to tickle a bug in ghc-stage1 compiler built with GHC 6.12.1 during validates. Signed-off-by: Edward Z. Yang --- compiler/codeGen/CgClosure.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/codeGen/CgClosure.lhs b/compiler/codeGen/CgClosure.lhs index da44122..d158bf7 100644 --- a/compiler/codeGen/CgClosure.lhs +++ b/compiler/codeGen/CgClosure.lhs @@ -250,7 +250,6 @@ closureCodeBody _binder_info cl_info cc [{- No args i.e. thunk -}] body = do -- in update frame CAF/DICT functions will be -- subsumed by this enclosing cc { enterCostCentre cl_info cc body - ; stmtsC [CmmComment $ mkFastString $ showSDoc $ ppr body] ; cgExpr body } } -- 1.7.10.4