Comments only
authorsimonpj@microsoft.com <unknown>
Wed, 16 Aug 2006 10:48:17 +0000 (10:48 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 16 Aug 2006 10:48:17 +0000 (10:48 +0000)
compiler/simplCore/Simplify.lhs

index 5915dd2..53d0fd4 100644 (file)
@@ -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