summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg/StgVarInfo.hi
blob: 52f36e0ffdc2268844ad3f068079af04ffe8c8a9 (plain)
1
2
3
4
5
6
7
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface StgVarInfo where
import Id(Id)
import StgSyn(StgBinding)
setStgVarInfo :: Bool -> [StgBinding Id Id] -> [StgBinding Id Id]
	{-# GHC_PRAGMA _A_ 2 _U_ 22 _N_ _S_ "LS" _N_ _N_ #-}