summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Bind.hs-boot
blob: 6e8b2bdf7aebde8587a163f93f8c7cfac45c6e5b (plain)
1
2
3
4
5
6
module GHC.StgToCmm.Bind where

import GHC.StgToCmm.Monad( FCode )
import GHC.Stg.Syntax( CgStgBinding )

cgBind :: CgStgBinding -> FCode ()