diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-23 16:08:43 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-25 11:12:33 +0100 |
commit | 4a86a0bff7e8fb3e87708f29adf87bf566632861 (patch) | |
tree | 516e01236c8bbec1a8e2496d7a8ec502e05cd506 /compiler/codeGen/StgCmm.hs | |
parent | 639646839679a416e525a1801c5e4f2fcdd9b8e8 (diff) | |
download | haskell-4a86a0bff7e8fb3e87708f29adf87bf566632861.tar.gz |
remove duplicate dump
Diffstat (limited to 'compiler/codeGen/StgCmm.hs')
-rw-r--r-- | 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 3e0fc4dd65..c4ba409734 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 } |