From: panne Date: Fri, 28 Apr 2000 15:05:04 +0000 (+0000) Subject: [project @ 2000-04-28 15:05:04 by panne] X-Git-Tag: Approximately_9120_patches~4578 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a176821ad5a802aca4289a0a116a599ee3e5a2f6;p=ghc-hetmet.git [project @ 2000-04-28 15:05:04 by panne] Nuked trace message from NCG --- diff --git a/ghc/compiler/nativeGen/AsmCodeGen.lhs b/ghc/compiler/nativeGen/AsmCodeGen.lhs index 4d08b4a..a2cddd2 100644 --- a/ghc/compiler/nativeGen/AsmCodeGen.lhs +++ b/ghc/compiler/nativeGen/AsmCodeGen.lhs @@ -91,9 +91,7 @@ nativeCodeGen absC us stixOpt = map genericOpt stixRaw insns = initUs_ us1 (codeGen stixOpt) debug_stix = vcat (map pprStixTrees stixOpt) - in - trace "nativeGen: begin" - (debug_stix, insns) + in {- trace "nativeGen: begin" -} (debug_stix, insns) \end{code} @codeGen@ is the top-level code-generation function: