summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen/CgRetConv.hi-boot
blob: 9b14f430abf8490558760d81645259232e766016 (plain)
1
2
3
4
5
6
7
_interface_ CgRetConv 1
_exports_
CgRetConv CtrlReturnConvention(VectoredReturn UnvectoredReturn) ctrlReturnConvAlg;
_declarations_
1 data CtrlReturnConvention = VectoredReturn PrelBase.Int | UnvectoredReturn PrelBase.Int;
1 ctrlReturnConvAlg _:_ TyCon.TyCon -> CtrlReturnConvention ;;