[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / StixInfo.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface StixInfo where
3 import AbsCSyn(AbstractC)
4 import MachDesc(Target)
5 import SplitUniq(SplitUniqSupply)
6 import Stix(StixTree)
7 genCodeInfoTable :: Target -> AbstractC -> SplitUniqSupply -> [StixTree] -> [StixTree]
8         {-# GHC_PRAGMA _A_ 2 _U_ 2122 _N_ _S_ "LS" _N_ _N_ #-}
9