088fee52666e56e31a121e7a4dfaffd215aaec85
[ghc-hetmet.git] / ghc / compiler / profiling / SCCfinal.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface SCCfinal where
3 import CmdLineOpts(GlobalSwitch)
4 import CostCentre(CostCentre)
5 import Id(Id)
6 import PreludePS(_PackedString)
7 import SplitUniq(SplitUniqSupply)
8 import StgSyn(StgBinding)
9 stgMassageForProfiling :: _PackedString -> _PackedString -> SplitUniqSupply -> (GlobalSwitch -> Bool) -> [StgBinding Id Id] -> (([CostCentre], [CostCentre]), [StgBinding Id Id])
10