From: simonm Date: Fri, 24 Oct 1997 09:08:05 +0000 (+0000) Subject: [project @ 1997-10-24 09:08:05 by simonm] X-Git-Tag: Approx_2487_patches~1330 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0556fffaa289c1f443551da6f4ab42f762f730c8;p=ghc-hetmet.git [project @ 1997-10-24 09:08:05 by simonm] changes for MachRegs.Addr -> MachRegs.Address --- diff --git a/ghc/compiler/nativeGen/AsmRegAlloc.lhs b/ghc/compiler/nativeGen/AsmRegAlloc.lhs index 54af675..5d1055b 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 )