Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
8d84d843
Commit
8d84d843
authored
Mar 22, 2008
by
Ian Lynagh
Browse files
-DDEBUG build fix
parent
3efb2451
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/simplStg/SRT.lhs
View file @
8d84d843
...
...
@@ -144,7 +144,7 @@ srtExpr table (StgLetNoEscape live1 live2 bind body)
StgLetNoEscape live1 live2 bind' body'
#ifdef DEBUG
srtExpr table expr = pprPanic "srtExpr" (ppr expr)
srtExpr
_
table expr = pprPanic "srtExpr" (ppr expr)
#endif
srtAlt :: IdEnv Int -> StgAlt -> StgAlt
...
...
Write
Preview
Supports
Markdown
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