Refactor MachRegs.trivColorable to do unboxed accumulation
[ghc-hetmet.git] / compiler / nativeGen / GraphBase.hs
index c4e9eb3..b980ba2 100644 (file)
@@ -82,7 +82,7 @@ data Node k cls color
        , nodeConflicts         :: UniqSet k
 
        -- | Colors that cannot be used by this node.
-       , nodeExclusions        :: UniqSet color        
+       , nodeExclusions        :: UniqSet color
 
        -- | Colors that this node would prefer to be, in decending order.
        , nodePreference        :: [color]