fix warning
authorSimon Marlow <marlowsd@gmail.com>
Tue, 24 May 2011 12:44:15 +0000 (13:44 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 24 May 2011 12:44:15 +0000 (13:44 +0100)
compiler/coreSyn/CoreUnfold.lhs

index 6a73716..782264f 100644 (file)
@@ -400,7 +400,7 @@ sizeExpr bOMB_OUT_SIZE top_args expr
 
          alts_size tot_size _ = tot_size
 
-    size_up (Case e b _ alts) = size_up e  `addSizeNSD`
+    size_up (Case e _ _ alts) = size_up e  `addSizeNSD`
                                 foldr (addAltSize . size_up_alt) case_size alts
       where
           case_size