summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplCore/FloatOut.hi
blob: 5a3d57bc2d4acf92576ed3592a63af27900b96af (plain)
1
2
3
4
5
6
7
8
9
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface FloatOut where
import CmdLineOpts(GlobalSwitch)
import CoreSyn(CoreBinding)
import Id(Id)
import SplitUniq(SplitUniqSupply)
floatOutwards :: (GlobalSwitch -> Bool) -> SplitUniqSupply -> [CoreBinding Id Id] -> [CoreBinding Id Id]
	{-# GHC_PRAGMA _A_ 3 _U_ 221 _N_ _S_ "SLS" _N_ _N_ #-}