[project @ 2005-05-21 15:20:43 by panne]
[ghc-hetmet.git] / 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