diff options
Diffstat (limited to 'compiler/nativeGen/SPARC/Regs.hs')
-rw-r--r-- | compiler/nativeGen/SPARC/Regs.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compiler/nativeGen/SPARC/Regs.hs b/compiler/nativeGen/SPARC/Regs.hs index 14a5192c2d..d6aadbae94 100644 --- a/compiler/nativeGen/SPARC/Regs.hs +++ b/compiler/nativeGen/SPARC/Regs.hs @@ -32,6 +32,8 @@ module SPARC.Regs ( where +import GhcPrelude + import CodeGen.Platform.SPARC import Reg import RegClass @@ -75,7 +77,7 @@ classOfRealReg reg -- | regSqueeze_class reg --- Calculuate the maximum number of register colors that could be +-- Calculate the maximum number of register colors that could be -- denied to a node of this class due to having this reg -- as a neighbour. -- @@ -191,7 +193,7 @@ fPair reg -- | All the regs that the register allocator can allocate to, --- with the the fixed use regs removed. +-- with the fixed use regs removed. -- allocatableRegs :: [RealReg] allocatableRegs |