summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-03-31 10:16:46 +0000
committersimonmar <unknown>2005-03-31 10:16:46 +0000
commit853e20a3eb86137cdb8accf69c6caa9db83a3d34 (patch)
tree803e7b469d073d88fa7644dccbaeedbd986bd462 /ghc/compiler/simplStg
parentca739e852566d7e0bfd594e6d7bf08da04f78d3c (diff)
downloadhaskell-853e20a3eb86137cdb8accf69c6caa9db83a3d34.tar.gz
[project @ 2005-03-31 10:16:33 by simonmar]
Tweaks to get the GHC sources through Haddock. Doesn't quite work yet, because Haddock complains about the recursive modules. Haddock needs to understand SOURCE imports (it can probably just ignore them as a first attempt).
Diffstat (limited to 'ghc/compiler/simplStg')
-rw-r--r--ghc/compiler/simplStg/SimplStg.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/simplStg/SimplStg.lhs b/ghc/compiler/simplStg/SimplStg.lhs
index 36b47d8dd8..f43f24104d 100644
--- a/ghc/compiler/simplStg/SimplStg.lhs
+++ b/ghc/compiler/simplStg/SimplStg.lhs
@@ -69,7 +69,7 @@ stg2stg dflags module_name binds
end_pass us2 "StgStats" ccs binds
StgDoMassageForProfiling ->
- _scc_ "ProfMassage"
+ {-# SCC "ProfMassage" #-}
let
(collected_CCs, binds3)
= stgMassageForProfiling dflags module_name us1 binds