ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Iface.UpdateIdInfos

Synopsis

Documentation

updateModDetailsIdInfos Source #

Arguments

:: CgInfos 
-> ModDetails

ModDetails to update

-> ModDetails 

Update CafInfos and LFInfos of all occurences (in rules, unfoldings, class instances).

See Note [Conveying CAF-info and LFInfo between modules] in GHC.StgToCmm.Types.