diff options
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r-- | ghc/compiler/codeGen/CgBindery.hi-boot | bin | 1407 -> 0 bytes | |||
-rw-r--r-- | ghc/compiler/codeGen/CgBindery.hi-boot-4 | 9 | ||||
-rw-r--r-- | ghc/compiler/codeGen/CgExpr.hi-boot | bin | 1948 -> 0 bytes | |||
-rw-r--r-- | ghc/compiler/codeGen/CgUsages.hi-boot | 5 | ||||
-rw-r--r-- | ghc/compiler/codeGen/ClosureInfo.hi-boot | 7 |
5 files changed, 0 insertions, 21 deletions
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot b/ghc/compiler/codeGen/CgBindery.hi-boot Binary files differdeleted file mode 100644 index 398791a038..0000000000 --- a/ghc/compiler/codeGen/CgBindery.hi-boot +++ /dev/null diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-4 b/ghc/compiler/codeGen/CgBindery.hi-boot-4 deleted file mode 100644 index 9a4ba58313..0000000000 --- a/ghc/compiler/codeGen/CgBindery.hi-boot-4 +++ /dev/null @@ -1,9 +0,0 @@ -_interface_ CgBindery 1 0 -_exports_ -CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds; -_declarations_ -1 type CgBindings = VarEnv.IdEnv CgIdInfo; -1 data CgIdInfo; -1 data VolatileLoc; -1 data StableLoc; -1 nukeVolatileBinds _:_ CgBindings -> CgBindings ;; diff --git a/ghc/compiler/codeGen/CgExpr.hi-boot b/ghc/compiler/codeGen/CgExpr.hi-boot Binary files differdeleted file mode 100644 index 6794d184cd..0000000000 --- a/ghc/compiler/codeGen/CgExpr.hi-boot +++ /dev/null diff --git a/ghc/compiler/codeGen/CgUsages.hi-boot b/ghc/compiler/codeGen/CgUsages.hi-boot deleted file mode 100644 index db5fc01371..0000000000 --- a/ghc/compiler/codeGen/CgUsages.hi-boot +++ /dev/null @@ -1,5 +0,0 @@ -_interface_ CgUsages 1 -_exports_ -CgUsages getSpRelOffset; -_declarations_ -1 getSpRelOffset _:_ AbsCSyn.VirtualSpOffset -> CgMonad.FCode AbsCSyn.RegRelative ;; diff --git a/ghc/compiler/codeGen/ClosureInfo.hi-boot b/ghc/compiler/codeGen/ClosureInfo.hi-boot deleted file mode 100644 index c37a258ddd..0000000000 --- a/ghc/compiler/codeGen/ClosureInfo.hi-boot +++ /dev/null @@ -1,7 +0,0 @@ -_interface_ ClosureInfo 1 -_exports_ -ClosureInfo ClosureInfo LambdaFormInfo; -_declarations_ -1 data LambdaFormInfo; -1 data ClosureInfo; - |