[project @ 2005-05-21 15:20:43 by panne]
authorpanne <unknown>
Sat, 21 May 2005 15:20:43 +0000 (15:20 +0000)
committerpanne <unknown>
Sat, 21 May 2005 15:20:43 +0000 (15:20 +0000)
Warning police: Removed an overlapped catch-all pattern (which could
really never match due to genprimopcode)

ghc/compiler/prelude/PrimOp.lhs

index 18024f7..e99eb9d 100644 (file)
@@ -55,7 +55,6 @@ primOpTag op = iBox (tagOf_PrimOp op)
 -- supplies   
 -- tagOf_PrimOp :: PrimOp -> FastInt
 #include "primop-tag.hs-incl"
-tagOf_PrimOp op = pprPanic# "tagOf_PrimOp: pattern-match" (ppr op)
 
 
 instance Eq PrimOp where