NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific naming
[ghc-hetmet.git] / compiler / nativeGen / NCGMonad.hs
index 98bffb6..d19cda4 100644 (file)
@@ -20,7 +20,7 @@ module NCGMonad (
 
 import BlockId
 import CLabel          ( CLabel, mkAsmTempLabel )
-import MachRegs
+import Regs
 import UniqSupply
 import Unique          ( Unique )
 import DynFlags