diff --git a/ghc/compiler/nativeGen/AsmRegAlloc.lhs b/ghc/compiler/nativeGen/AsmRegAlloc.lhs index 54af675efcb7a88151e16141ef6a8ac00e69ca13..5d1055bc2da21c82d0c040133aaa70125cf5aa45 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 )