diff options
Diffstat (limited to 'ghc/compiler/codeGen/CgStackery.hi')
-rw-r--r-- | ghc/compiler/codeGen/CgStackery.hi | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ghc/compiler/codeGen/CgStackery.hi b/ghc/compiler/codeGen/CgStackery.hi deleted file mode 100644 index e9f79db665..0000000000 --- a/ghc/compiler/codeGen/CgStackery.hi +++ /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)]) - |