From 8b683ed0e271c03f527b99d9152a4ccb55ff34dc Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 17 Dec 2008 18:47:55 +0000 Subject: [PATCH] Remove some dead code from CgCase --- compiler/codeGen/CgCase.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/codeGen/CgCase.lhs b/compiler/codeGen/CgCase.lhs index 859b220..cb426f5 100644 --- a/compiler/codeGen/CgCase.lhs +++ b/compiler/codeGen/CgCase.lhs @@ -317,7 +317,6 @@ cgInlinePrimOp primop args bndr (AlgAlt tycon) live_in_alts alts -- Bind the default binder if necessary -- (avoiding it avoids the assignment) -- The deadness info is set by StgVarInfo - ; this_pkg <- getThisPackage ; whenC (not (isDeadBinder bndr)) (do { tmp_reg <- bindNewToTemp bndr ; stmtC (CmmAssign -- 1.7.10.4