[project @ 1997-10-24 09:08:05 by simonm]
authorsimonm <unknown>
Fri, 24 Oct 1997 09:08:05 +0000 (09:08 +0000)
committersimonm <unknown>
Fri, 24 Oct 1997 09:08:05 +0000 (09:08 +0000)
changes for MachRegs.Addr -> MachRegs.Address

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 )