Remove dead code from CgUtils
authorIan Lynagh <igloo@earth.li>
Wed, 17 Dec 2008 16:39:20 +0000 (16:39 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Dec 2008 16:39:20 +0000 (16:39 +0000)
compiler/codeGen/CgUtils.hs

index fd49cb7..b14d318 100644 (file)
@@ -322,7 +322,6 @@ emitIfThenElse :: CmmExpr   -- Boolean
 -- Emit (if e then x else y)
 emitIfThenElse cond then_part else_part
   = do { then_id <- newLabelC
-       ; else_id <- newLabelC
        ; join_id <- newLabelC
        ; stmtC (CmmCondBranch cond then_id)
        ; else_part