Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4a86a0bff7e8fb3e87708f29adf87bf566632861 >--------------------------------------------------------------- commit 4a86a0bff7e8fb3e87708f29adf87bf566632861 Author: Simon Marlow <[email protected]> Date: Tue Aug 23 16:08:43 2011 +0100 remove duplicate dump >--------------------------------------------------------------- compiler/codeGen/StgCmm.hs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs index 3e0fc4d..c4ba409 100644 --- a/compiler/codeGen/StgCmm.hs +++ b/compiler/codeGen/StgCmm.hs @@ -78,8 +78,6 @@ codeGen dflags this_mod data_tycons -- initialisation routines; see Note -- [pipeline-split-init]. - ; dumpIfSet_dyn dflags Opt_D_dump_cmmz "New Cmm" (pprCmms (targetPlatform dflags) code_stuff) - ; return code_stuff } _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
