summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.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/PPC/FreeRegs.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/PPC/FreeRegs.hs')
-rw-r--r--compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs b/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs
index 1e31625c37..6d8809df52 100644
--- a/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs
+++ b/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs
@@ -3,7 +3,7 @@
module RegAlloc.Linear.PPC.FreeRegs
where
-import MachRegs
+import Regs
import Outputable