[project @ 2005-05-23 08:22:06 by simonmar]
authorsimonmar <unknown>
Mon, 23 May 2005 08:22:06 +0000 (08:22 +0000)
committersimonmar <unknown>
Mon, 23 May 2005 08:22:06 +0000 (08:22 +0000)
needsCDecl: remove extra equation for CaseLabel, which was overlapped
(and wrong!).

ghc/compiler/cmm/CLabel.hs

index f9f2ead..de6ca7a 100644 (file)
@@ -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