Propagate scalar variables and tycons for vectorisation through 'HscTypes.VectInfo'.
[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 ()