[project @ 2004-12-22 12:06:13 by simonpj]
[ghc-hetmet.git] / ghc / compiler / simplCore / FloatOut.lhs
index b14f042..e3b877e 100644 (file)
@@ -330,7 +330,6 @@ floatExpr lvl (Let bind body)
   where
     bind_lvl = getBindLevel bind
 
--- gaw 2004
 floatExpr lvl (Case scrut (TB case_bndr case_lvl) ty alts)
   = case floatExpr lvl scrut   of { (fse, fde, scrut') ->
     case floatList float_alt alts      of { (fsa, fda, alts')  ->