[project @ 2000-04-28 15:05:04 by panne]
authorpanne <unknown>
Fri, 28 Apr 2000 15:05:04 +0000 (15:05 +0000)
committerpanne <unknown>
Fri, 28 Apr 2000 15:05:04 +0000 (15:05 +0000)
Nuked trace message from NCG

ghc/compiler/nativeGen/AsmCodeGen.lhs

index 4d08b4a..a2cddd2 100644 (file)
@@ -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: