[project @ 1996-02-06 14:32:22 by dnt]
[ghc-hetmet.git] / ghc / compiler / nativeGen / StixInfo.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface StixInfo where
3 import AbsCSyn(AbstractC, CAddrMode)
4 import HeapOffs(HeapOffset)
5 import SplitUniq(SplitUniqSupply)
6 import Stix(StixTree)
7 genCodeInfoTable :: (HeapOffset -> Int) -> (CAddrMode -> StixTree) -> AbstractC -> SplitUniqSupply -> [StixTree] -> [StixTree]
8