[project @ 1996-04-05 08:26:04 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / NcgLoop.lhi
1 Breaks loops between Stix{Macro,Prim,Integer}.lhs.
2
3 Also some CLabel dependencies on MachMisc.
4
5 \begin{code}
6 interface NcgLoop where
7
8 import AbsCSyn          ( CAddrMode )
9 import Stix             ( StixTree )
10 import MachMisc         ( underscorePrefix, fmtAsmLbl )
11 import StixPrim         ( amodeToStix )
12
13 amodeToStix :: CAddrMode -> StixTree
14 underscorePrefix :: Bool
15 fmtAsmLbl :: [Char] -> [Char]
16 \end{code}