Catch too-large allocations and emit an error message (#4505)
[ghc-hetmet.git] / compiler / codeGen / StgCmmBind.hs-boot
1 module StgCmmBind where
2
3 import StgCmmMonad( FCode )
4 import StgSyn( StgBinding )
5
6 cgBind :: StgBinding -> FCode ()