[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgStackery.hi
diff --git a/ghc/compiler/codeGen/CgStackery.hi b/ghc/compiler/codeGen/CgStackery.hi
deleted file mode 100644 (file)
index e9f79db..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface CgStackery where
-import AbsCSyn(AbstractC, CAddrMode, CExprMacro, CStmtMacro, MagicId, RegRelative, ReturnInfo)
-import BasicLit(BasicLit)
-import CLabelInfo(CLabel)
-import CgBindery(CgIdInfo)
-import CgMonad(CgInfoDownwards, CgState, StubFlag)
-import ClosureInfo(ClosureInfo)
-import CostCentre(CostCentre)
-import HeapOffs(HeapOffset)
-import Maybes(Labda)
-import PreludePS(_PackedString)
-import PrimKind(PrimKind)
-import PrimOps(PrimOp)
-import UniqFM(UniqFM)
-import Unique(Unique)
-data AbstractC 
-data CAddrMode 
-data CgState 
-data PrimKind 
-adjustRealSps :: Int -> Int -> CgInfoDownwards -> CgState -> CgState
-allocAStack :: CgInfoDownwards -> CgState -> (Int, CgState)
-allocBStack :: Int -> CgInfoDownwards -> CgState -> (Int, CgState)
-allocUpdateFrame :: Int -> CAddrMode -> ((Int, Int, Int) -> CgInfoDownwards -> CgState -> CgState) -> CgInfoDownwards -> CgState -> CgState
-getFinalStackHW :: (Int -> Int -> CgInfoDownwards -> CgState -> CgState) -> CgInfoDownwards -> CgState -> CgState
-mkStkAmodes :: Int -> Int -> [CAddrMode] -> CgInfoDownwards -> CgState -> ((Int, Int, AbstractC), CgState)
-mkVirtStkOffsets :: Int -> Int -> (a -> PrimKind) -> [a] -> (Int, Int, [(a, Int)], [(a, Int)])
-