[project @ 2002-01-08 15:56:03 by sof]
authorsof <unknown>
Tue, 8 Jan 2002 15:56:03 +0000 (15:56 +0000)
committersof <unknown>
Tue, 8 Jan 2002 15:56:03 +0000 (15:56 +0000)
Track PrimOp changes.

ghc/compiler/ilxGen/IlxGen.lhs

index ffccf5e..e43a21c 100644 (file)
@@ -1870,7 +1870,6 @@ ilxPrimOpTable op
        ISrlOp      -> simp_op (ilxOp "shr.un")
        IntAddCOp   -> simp_op (ilxCallSuppMeth (ilxUnboxedPairRep repInt repInt) "IntAddCOp" [] [repInt, repInt])
        IntSubCOp   -> simp_op (ilxCallSuppMeth (ilxUnboxedPairRep repInt repInt) "IntSubCOp" [] [repInt, repInt])
-       IntMulCOp   -> simp_op (ilxCallSuppMeth (ilxUnboxedPairRep repInt repInt) "IntMulCOp" [] [repInt, repInt])
        IntGcdOp    -> simp_op (ilxCallSuppMeth repInt "IntGcdOp" [] [repInt, repInt])