diff options
author | simonm <unknown> | 1997-10-24 09:08:05 +0000 |
---|---|---|
committer | simonm <unknown> | 1997-10-24 09:08:05 +0000 |
commit | 0556fffaa289c1f443551da6f4ab42f762f730c8 (patch) | |
tree | 1bac9c8ae90495668dc6bb6764a756eee862add0 /ghc/compiler | |
parent | 445839c5e7ce7f2d1c02ccf192018fda07933176 (diff) | |
download | haskell-0556fffaa289c1f443551da6f4ab42f762f730c8.tar.gz |
[project @ 1997-10-24 09:08:05 by simonm]
changes for MachRegs.Addr -> MachRegs.Address
Diffstat (limited to 'ghc/compiler')
-rw-r--r-- | ghc/compiler/nativeGen/AsmRegAlloc.lhs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ghc/compiler/nativeGen/AsmRegAlloc.lhs b/ghc/compiler/nativeGen/AsmRegAlloc.lhs index 54af675efc..5d1055bc2d 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 ) |