From 0e4eef1e5c326750d1b94c9b365c0b3fab19e611 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 17 Dec 2008 16:39:20 +0000 Subject: [PATCH] Remove dead code from CgUtils --- compiler/codeGen/CgUtils.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/codeGen/CgUtils.hs b/compiler/codeGen/CgUtils.hs index fd49cb7..b14d318 100644 --- a/compiler/codeGen/CgUtils.hs +++ b/compiler/codeGen/CgUtils.hs @@ -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 -- 1.7.10.4