From: sof Date: Tue, 8 Jan 2002 15:56:03 +0000 (+0000) Subject: [project @ 2002-01-08 15:56:03 by sof] X-Git-Tag: Approximately_9120_patches~298 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cce00df9b0bd0050d9286e45f41cc902c4b9f871;p=ghc-hetmet.git [project @ 2002-01-08 15:56:03 by sof] Track PrimOp changes. --- diff --git a/ghc/compiler/ilxGen/IlxGen.lhs b/ghc/compiler/ilxGen/IlxGen.lhs index ffccf5e..e43a21c 100644 --- a/ghc/compiler/ilxGen/IlxGen.lhs +++ b/ghc/compiler/ilxGen/IlxGen.lhs @@ -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])