Skip to content
Snippets Groups Projects
Commit 655f2c77 authored by sof's avatar sof
Browse files

[project @ 1997-09-04 20:21:59 by sof]

ppr wibble
parent 0f55a795
No related merge requests found
......@@ -76,8 +76,8 @@ call to a cost evaluation function @GRAN_EXEC@. For that,
writeRealC :: Handle -> AbstractC -> IO ()
writeRealC handle absC = printDoc LeftMode handle (pprAbsC PprForC absC (costs absC))
dumpRealC :: AbstractC -> String
dumpRealC absC = show (pprAbsC PprForC absC (costs absC))
dumpRealC :: AbstractC -> Doc
dumpRealC absC = pprAbsC PprForC absC (costs absC)
\end{code}
This emits the macro, which is used in GrAnSim to compute the total costs
......
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