Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
06eac909
Commit
06eac909
authored
Jun 28, 2000
by
simonmar
Browse files
[project @ 2000-06-28 14:32:34 by simonmar]
dumps go to stdout now
parent
8041a4b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/simplStg/SimplStg.lhs
View file @
06eac909
...
...
@@ -27,7 +27,7 @@ import Module ( Module, moduleString )
import VarEnv
import ErrUtils ( doIfSet, dumpIfSet )
import UniqSupply ( splitUniqSupply, UniqSupply )
import IO ( hPutStr, std
err
)
import IO ( hPutStr, std
out
)
import Outputable
\end{code}
...
...
@@ -114,7 +114,7 @@ stg2stg stg_todos module_name us binds
end_pass us2 what ccs binds2
= -- report verbosely, if required
(if opt_D_verbose_stg2stg then
hPutStr std
err
(showSDoc
hPutStr std
out
(showSDoc
(text ("*** "++what++":") $$ vcat (map ppr binds2)
))
else return ()) >>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment