Skip to content
Snippets Groups Projects
Commit 253dd0d4 authored by sof's avatar sof
Browse files

[project @ 1997-07-27 09:13:57 by sof]

Updated
parent 617ccc83
No related merge requests found
......@@ -21,12 +21,13 @@ import ClosureInfo ( closureKind, closureLabelFromCI,
entryLabelFromCI,fastLabelFromCI,
ClosureInfo
)
import CLabel ( CLabel )
import CLabel ( mkReturnPtLabel, CLabel )
import HeapOffs ( HeapOffset )
import Id ( Id(..) )
import MachMisc ( fixedHdrSizeInWords, varHdrSizeInWords )
import SMRep ( SMRep )
import TyCon ( TyCon )
import Unique ( Unique )
closureKind :: ClosureInfo -> [Char]
closureLabelFromCI :: ClosureInfo -> CLabel
......@@ -42,6 +43,8 @@ fastLabelFromCI :: ClosureInfo -> CLabel
infoTableLabelFromCI :: ClosureInfo -> CLabel
maybeSelectorInfo :: ClosureInfo -> Maybe (Id, Int)
mkReturnPtLabel :: Unique -> CLabel
ctrlReturnConvAlg :: TyCon -> CtrlReturnConvention
data CtrlReturnConvention = VectoredReturn Int | UnvectoredReturn Int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment