summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgBindery.hi-boot-6
blob: 7d1f300a86960498436eea245ea34b04c49e543b (plain)
1
2
3
4
5
6
7
8
module CgBindery where

type CgBindings = VarEnv.IdEnv CgIdInfo
data CgIdInfo
data VolatileLoc
data StableLoc

nukeVolatileBinds :: CgBindings -> CgBindings