summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Linear/Base.hs
diff options
context:
space:
mode:
authorBen.Lippmeier@anu.edu.au <unknown>2009-02-04 03:41:07 +0000
committerBen.Lippmeier@anu.edu.au <unknown>2009-02-04 03:41:07 +0000
commita12e845684c10955bc594cdb20d1f13fae14873d (patch)
treeadaa06258fc5b1446281dc6ba45f3f841bf0d1f5 /compiler/nativeGen/RegAlloc/Linear/Base.hs
parent9de520b7194c9d759147db98deb3cd8d47d0de76 (diff)
downloadhaskell-a12e845684c10955bc594cdb20d1f13fae14873d.tar.gz
NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific naming
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Linear/Base.hs')
-rw-r--r--compiler/nativeGen/RegAlloc/Linear/Base.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/Base.hs b/compiler/nativeGen/RegAlloc/Linear/Base.hs
index 3f9146cc02..ebd31076e3 100644
--- a/compiler/nativeGen/RegAlloc/Linear/Base.hs
+++ b/compiler/nativeGen/RegAlloc/Linear/Base.hs
@@ -22,7 +22,7 @@ import RegAlloc.Linear.FreeRegs
import RegAlloc.Linear.StackMap
import RegLiveness
-import MachRegs
+import Regs
import Outputable
import Unique