From a176821ad5a802aca4289a0a116a599ee3e5a2f6 Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Fri, 28 Apr 2000 15:05:04 +0000
Subject: [PATCH] [project @ 2000-04-28 15:05:04 by panne] Nuked trace message
 from NCG

---
 ghc/compiler/nativeGen/AsmCodeGen.lhs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ghc/compiler/nativeGen/AsmCodeGen.lhs b/ghc/compiler/nativeGen/AsmCodeGen.lhs
index 4d08b4a857db..a2cddd25a228 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:
-- 
GitLab