import MachRegs unconditionally
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 )
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,
#endif
import MachMisc
-#if __GLASGOW_HASKELL__ >= 202
-import MachRegs hiding (Addr)
-#else
import MachRegs
-#endif
import AbsCSyn
import AbsCUtils ( getAmodeRep, mixedTypeLocn )