686d508700ea7f825a334d313ae110730dd778c6
[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