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
Alex D
GHC
Commits
fe0fc008
Commit
fe0fc008
authored
Nov 27, 2001
by
simonmar
Browse files
[project @ 2001-11-27 11:23:44 by simonmar]
Add a DEBUG catch-all case in do_expr.
parent
0f95e0dc
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/profiling/SCCfinal.lhs
View file @
fe0fc008
...
...
@@ -213,6 +213,10 @@ stgMassageForProfiling mod_name us stg_binds
= do_let b e `thenMM` \ (b,e) ->
returnMM (StgLetNoEscape lvs1 lvs2 b e)
#ifdef DEBUG
do_expr other = pprPanic "SCCfinal.do_expr" (ppr other)
#endif
----------------------------------
do_let (StgNonRec srt b rhs) e
...
...
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