[project @ 1997-10-24 09:08:05 by simonm]
[ghc-hetmet.git] / ghc / compiler / nativeGen / AsmRegAlloc.lhs
index 54af675..5d1055b 100644 (file)
@@ -12,11 +12,8 @@ IMP_Ubiq(){-uitous-}
 
 import MachCode                ( SYN_IE(InstrList) )
 import MachMisc                ( Instr )
-#if __GLASGOW_HASKELL__ >= 202
-import MachRegs         hiding (Addr)
-#else
 import MachRegs
-#endif
+
 import RegAllocInfo
 
 import AbsCSyn         ( MagicId )