X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fvectorise%2FVectorise.hs;h=c53c638a1c7f69eeff040cc9a5fd76bbffa30427;hp=cc91e9fc9ccaa05c46ffc7c5ccb1dc03e877897f;hb=77166b1729061531eeb77c33f4d3b2581f7d4c41;hpb=0af418beb1aadcae1df036240151556895d00321 diff --git a/compiler/vectorise/Vectorise.hs b/compiler/vectorise/Vectorise.hs index cc91e9f..c53c638 100644 --- a/compiler/vectorise/Vectorise.hs +++ b/compiler/vectorise/Vectorise.hs @@ -106,7 +106,7 @@ vectTopBinder var inline expr return var' where unfolding = case inline of - Inline arity -> mkInlineRule needSaturated expr arity + Inline arity -> mkInlineRule expr (Just arity) DontInline -> noUnfolding vectTopRhs :: Var -> CoreExpr -> VM (Inline, CoreExpr)