Fix segfault in array copy primops on 32-bit
[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 ()