Skip to content
Snippets Groups Projects
Commit b6d09697 authored by sof's avatar sof
Browse files

[project @ 1997-10-19 21:57:18 by sof]

import MachRegs unconditionally
parent 406abc03
No related merge requests found
......@@ -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 )
......
......@@ -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,
......
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment