projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a174d11
)
Comments only
author
simonpj@microsoft.com
<unknown>
Wed, 16 Aug 2006 10:48:17 +0000
(10:48 +0000)
committer
simonpj@microsoft.com
<unknown>
Wed, 16 Aug 2006 10:48:17 +0000
(10:48 +0000)
compiler/simplCore/Simplify.lhs
patch
|
blob
|
history
diff --git
a/compiler/simplCore/Simplify.lhs
b/compiler/simplCore/Simplify.lhs
index
5915dd2
..
53d0fd4
100644
(file)
--- a/
compiler/simplCore/Simplify.lhs
+++ b/
compiler/simplCore/Simplify.lhs
@@
-378,6
+378,8
@@
simplNonRecX env bndr new_rhs thing_inside
-- If a,b occur once we can avoid constructing the let binding for them.
| preInlineUnconditionally env NotTopLevel bndr new_rhs
= thing_inside (extendIdSubst env bndr (DoneEx new_rhs))
+
+ -- NB: completeLazyBind uses postInlineUnconditionally; no need to do that here
-}
| otherwise