X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fstranal%2FWorkWrap.lhs;h=493015fb28188cacdc97ceb517d1c335d7bcef87;hb=c86161c5cf11de77e911fcb9e1e2bd1f8bd80b42;hp=125d5de5b20d3d759588ce51e7b585fc2d5b6b28;hpb=855d87925b0049d23e536c12b9af8e1b545e28f0;p=ghc-hetmet.git diff --git a/compiler/stranal/WorkWrap.lhs b/compiler/stranal/WorkWrap.lhs index 125d5de..493015f 100644 --- a/compiler/stranal/WorkWrap.lhs +++ b/compiler/stranal/WorkWrap.lhs @@ -261,7 +261,7 @@ checkSize fn_id rhs thing_inside | otherwise = thing_inside where unfolding = idUnfolding fn_id - inline_rule = mkInlineRule InlUnSat rhs (unfoldingArity unfolding) + inline_rule = mkInlineRule unSaturatedOk rhs (unfoldingArity unfolding) --------------------- splitFun :: Id -> IdInfo -> [Demand] -> DmdResult -> Activation -> Expr Var