From 370848f10c0b4aa9faabcd28e090b0a1e9ad9fd6 Mon Sep 17 00:00:00 2001 From: Lemmih Date: Wed, 8 Mar 2006 17:52:10 +0000 Subject: [PATCH] Fix -ddump-if-trace --- ghc/compiler/main/HscMain.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index ab1732c..f2360a9 100644 --- a/ghc/compiler/main/HscMain.lhs +++ b/ghc/compiler/main/HscMain.lhs @@ -516,6 +516,7 @@ hscNormalIface simpl_result mkIface hsc_env maybe_old_iface simpl_result details -- Emit external core emitExternalCore (hsc_dflags hsc_env) cg_guts -- Move this? --Lemmih 03/07/2006 + dumpIfaceStats hsc_env ------------------- -- Return the prepared code. -- 1.7.10.4