Skip to content
GitLab
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
ff5cab2b
Commit
ff5cab2b
authored
Nov 02, 2000
by
simonpj
Browse files
[project @ 2000-11-02 10:17:49 by simonpj]
Omitted do-nothing case in SimplCore
parent
2ffefc1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/simplCore/SimplCore.lhs
View file @
ff5cab2b
...
...
@@ -132,6 +132,8 @@ doCorePass dfs rb us binds CoreDoUSPInf
= _scc_ "CoreUsageSPInf" noStats dfs (doUsageSPInf dfs us binds)
doCorePass dfs rb us binds CoreDoGlomBinds
= noStats dfs (glomBinds dfs binds)
doCorePass dfs rb us binds CoreDoNothing
= noStats dfs (return binds)
printCore binds = do dumpIfSet True "Print Core"
(pprCoreBindings binds)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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