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/RegAlloc/Linear/PPC/FreeRegs.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/RegAlloc/Linear/PPC/FreeRegs.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs | 2 |
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 |