From 0556fffaa289c1f443551da6f4ab42f762f730c8 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 24 Oct 1997 09:08:05 +0000
Subject: [PATCH] [project @ 1997-10-24 09:08:05 by simonm] changes for
 MachRegs.Addr -> MachRegs.Address

---
 ghc/compiler/nativeGen/AsmRegAlloc.lhs | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ghc/compiler/nativeGen/AsmRegAlloc.lhs b/ghc/compiler/nativeGen/AsmRegAlloc.lhs
index 54af675efcb7..5d1055bc2da2 100644
--- a/ghc/compiler/nativeGen/AsmRegAlloc.lhs
+++ b/ghc/compiler/nativeGen/AsmRegAlloc.lhs
@@ -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 )
-- 
GitLab