diff options
author | Lemmih <lemmih@gmail.com> | 2006-03-08 17:52:10 +0000 |
---|---|---|
committer | Lemmih <lemmih@gmail.com> | 2006-03-08 17:52:10 +0000 |
commit | 370848f10c0b4aa9faabcd28e090b0a1e9ad9fd6 (patch) | |
tree | 2ccfd61a38683a2f28e2d66588e05238aea1e832 | |
parent | 0372ac231bd18e993a2533f784805046876d5527 (diff) | |
download | haskell-370848f10c0b4aa9faabcd28e090b0a1e9ad9fd6.tar.gz |
Fix -ddump-if-trace
-rw-r--r-- | ghc/compiler/main/HscMain.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index ab1732ce91..f2360a921d 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. |