diff options
author | sof <unknown> | 1997-06-05 21:18:40 +0000 |
---|---|---|
committer | sof <unknown> | 1997-06-05 21:18:40 +0000 |
commit | d85e65f08bb9b4d7c5157bd771c1ae94ffc55e1b (patch) | |
tree | 2942c4b27f78b5d934a546e0a918382b4c499c59 /ghc/compiler/codeGen | |
parent | 85a4daedff65aedd84e7768f4aecccb996e3a794 (diff) | |
download | haskell-d85e65f08bb9b4d7c5157bd771c1ae94ffc55e1b.tar.gz |
[project @ 1997-06-05 21:18:40 by sof]
tidied up
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r-- | ghc/compiler/codeGen/CgBindery.hi-boot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot b/ghc/compiler/codeGen/CgBindery.hi-boot index a61fc45a48..1206f10093 100644 --- a/ghc/compiler/codeGen/CgBindery.hi-boot +++ b/ghc/compiler/codeGen/CgBindery.hi-boot @@ -1,12 +1,11 @@ _interface_ CgBindery 1 _exports_ -CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc LambdaFormInfo nukeVolatileBinds maybeAStkLoc maybeBStkLoc; +CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc nukeVolatileBinds maybeAStkLoc maybeBStkLoc; _declarations_ 1 type CgBindings = Id.IdEnv CgIdInfo; -1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc CgBindery.LambdaFormInfo; +1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc ClosureInfo.LambdaFormInfo; 1 data VolatileLoc; 1 data StableLoc; -1 data LambdaFormInfo; 1 nukeVolatileBinds _:_ CgBindery.CgBindings -> CgBindery.CgBindings ;; 1 maybeAStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpAOffset ;; 1 maybeBStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpBOffset ;; |