[project @ 1997-10-19 21:57:18 by sof]
authorsof <unknown>
Sun, 19 Oct 1997 21:58:19 +0000 (21:58 +0000)
committersof <unknown>
Sun, 19 Oct 1997 21:58:19 +0000 (21:58 +0000)
import MachRegs unconditionally

ghc/compiler/nativeGen/StixInteger.lhs
ghc/compiler/nativeGen/StixMacro.lhs
ghc/compiler/nativeGen/StixPrim.lhs

index eea3212..1d81160 100644 (file)
@@ -18,11 +18,7 @@ IMPORT_DELOOPER(NcgLoop)             ( amodeToStix )
 import {-# SOURCE #-} StixPrim ( amodeToStix )
 #endif
 import MachMisc
-#if __GLASGOW_HASKELL__ >= 202
-import MachRegs hiding (Addr)
-#else
 import MachRegs
-#endif
 
 import AbsCSyn         -- bits and bobs...
 import Constants       ( mIN_MP_INT_SIZE )
index 58f9beb..19fc2a1 100644 (file)
@@ -16,12 +16,7 @@ import {-# SOURCE #-} StixPrim ( amodeToStix )
 
 import MachMisc
 
--- In 2.0x we import Addr via GlaExts, so we better hide the other one here.
-#if __GLASGOW_HASKELL__ >= 202
-import MachRegs hiding (Addr)
-#else
 import MachRegs
-#endif
 
 import AbsCSyn         ( CStmtMacro(..), MagicId(..), mkIntCLit, CAddrMode )
 import Constants       ( uF_RET, uF_SUA, uF_SUB, uF_UPDATEE,
index fd20512..1537e26 100644 (file)
@@ -13,11 +13,7 @@ IMPORT_DELOOPER(NcgLoop)             -- paranoia checking only
 #endif
 
 import MachMisc
-#if __GLASGOW_HASKELL__ >= 202
-import MachRegs hiding (Addr)
-#else
 import MachRegs
-#endif
 
 import AbsCSyn
 import AbsCUtils       ( getAmodeRep, mixedTypeLocn )