Add a count of how many spill/reloads/reg-reg-moves remain to dump-asm-stats
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs-boot
1 \begin{code}
2 module IdInfo where
3
4 data IdInfo
5 data GlobalIdDetails
6
7 notGlobalId :: GlobalIdDetails
8 seqIdInfo   :: IdInfo -> ()
9 \end{code}