[project @ 2001-09-12 11:05:34 by qrczak]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.lhs
index 514be45..fb9916f 100644 (file)
@@ -478,7 +478,7 @@ buildLivenessMask uniq sp = do
 
        -- build the bitmap
        let liveness_mask = ASSERT(all (>=0) rel_slots) (listToLivenessMask rel_slots)
-
+       
        livenessToAbsC uniq liveness_mask
 
 mergeSlots :: [Int] -> [Int] -> [Int]