Skip to content
Snippets Groups Projects
Commit a176821a authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-04-28 15:05:04 by panne]

Nuked trace message from NCG
parent 37ff4336
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment