diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-04 03:41:07 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-04 03:41:07 +0000 |
commit | a12e845684c10955bc594cdb20d1f13fae14873d (patch) | |
tree | adaa06258fc5b1446281dc6ba45f3f841bf0d1f5 /compiler/nativeGen/NCGMonad.hs | |
parent | 9de520b7194c9d759147db98deb3cd8d47d0de76 (diff) | |
download | haskell-a12e845684c10955bc594cdb20d1f13fae14873d.tar.gz |
NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific naming
Diffstat (limited to 'compiler/nativeGen/NCGMonad.hs')
-rw-r--r-- | compiler/nativeGen/NCGMonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/NCGMonad.hs b/compiler/nativeGen/NCGMonad.hs index 98bffb6cb4..d19cda45f4 100644 --- a/compiler/nativeGen/NCGMonad.hs +++ b/compiler/nativeGen/NCGMonad.hs @@ -20,7 +20,7 @@ module NCGMonad ( import BlockId import CLabel ( CLabel, mkAsmTempLabel ) -import MachRegs +import Regs import UniqSupply import Unique ( Unique ) import DynFlags |