[Git][ghc/ghc][wip/T20264] Wibble unsed var

Simon Peyton Jones pushed to branch wip/T20264 at Glasgow Haskell Compiler / GHC Commits: 384b62be by Simon Peyton Jones at 2025-04-22T20:20:55+01:00 Wibble unsed var - - - - - 1 changed file: - compiler/GHC/Core/FVs.hs Changes: ===================================== compiler/GHC/Core/FVs.hs ===================================== @@ -656,7 +656,7 @@ stableUnfoldingFVs unf | otherwise = Nothing unfoldingFVs :: Unfolding -> FV -unfoldingFVs (CoreUnfolding { uf_tmpl = rhs, uf_src = src }) +unfoldingFVs (CoreUnfolding { uf_tmpl = rhs }) = exprFVs rhs unfoldingFVs (DFunUnfolding { df_bndrs = bndrs, df_args = args }) = FV.delFVs (mkVarSet bndrs) $ exprsFVs args View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/384b62be6287cc270220ad6174898ded... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/384b62be6287cc270220ad6174898ded... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)