summaryrefslogtreecommitdiff
path: root/ghc/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler')
-rw-r--r--ghc/compiler/nativeGen/AsmRegAlloc.lhs5
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 )