Never jump directly to a thunk's entry code, even if it is single-entry
[ghc-hetmet.git] / compiler / codeGen / CgBindery.lhs-boot
1 \begin{code}
2 module CgBindery where
3 import VarEnv( IdEnv )
4
5 data CgIdInfo
6 data VolatileLoc
7 data StableLoc
8 type CgBindings = IdEnv CgIdInfo
9
10 nukeVolatileBinds :: CgBindings -> CgBindings
11 \end{code}