From 4c03d4ee9f9a1544608c3f8ee65ee59c30e9b8df Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 23 May 2005 08:22:06 +0000 Subject: [PATCH] [project @ 2005-05-23 08:22:06 by simonmar] needsCDecl: remove extra equation for CaseLabel, which was overlapped (and wrong!). --- ghc/compiler/cmm/CLabel.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/cmm/CLabel.hs b/ghc/compiler/cmm/CLabel.hs index f9f2ead..de6ca7a 100644 --- a/ghc/compiler/cmm/CLabel.hs +++ b/ghc/compiler/cmm/CLabel.hs @@ -457,7 +457,6 @@ needsCDecl (ModuleInitLabel _ _ _) = True needsCDecl (PlainModuleInitLabel _ _) = True needsCDecl ModuleRegdLabel = False -needsCDecl (CaseLabel _ _) = False needsCDecl (StringLitLabel _) = False needsCDecl (AsmTempLabel _) = False needsCDecl (RtsLabel _) = False -- 1.7.10.4