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