diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-04 04:38:02 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-04 04:38:02 +0000 |
commit | 2984649a87ffad1753be0c950ed18cfc40f55fea (patch) | |
tree | 15985d0b5c0eb5e1a59d0f8acad3e69376528a48 /compiler/nativeGen/RegAlloc/Linear/Base.hs | |
parent | e8043f339e23328e3457696589edaa1ab7d60a64 (diff) | |
download | haskell-2984649a87ffad1753be0c950ed18cfc40f55fea.tar.gz |
SPARC NCG: Fix some haddock problems.
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Linear/Base.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/Base.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/Base.hs b/compiler/nativeGen/RegAlloc/Linear/Base.hs index a986c0ff32..3f9146cc02 100644 --- a/compiler/nativeGen/RegAlloc/Linear/Base.hs +++ b/compiler/nativeGen/RegAlloc/Linear/Base.hs @@ -105,9 +105,10 @@ data RegAllocStats data RA_State = RA_State + { -- | the current mapping from basic blocks to -- the register assignments at the beginning of that block. - { ra_blockassig :: BlockAssignment + ra_blockassig :: BlockAssignment -- | free machine registers , ra_freeregs :: {-#UNPACK#-}!FreeRegs |