NCG: validate fixes for i386-darwin
[ghc-hetmet.git] / compiler / nativeGen / ArchReg.hs
1
2
3 module ArchReg (
4
5 )
6
7 where
8
9
10 class ArchReg reg format where
11         classOfReg      :: reg    -> RegClass
12         mkVReg          :: format -> VirtReg reg
13         
14