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