From cce00df9b0bd0050d9286e45f41cc902c4b9f871 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 8 Jan 2002 15:56:03 +0000 Subject: [PATCH] [project @ 2002-01-08 15:56:03 by sof] Track PrimOp changes. --- ghc/compiler/ilxGen/IlxGen.lhs | 1 - 1 file changed, 1 deletion(-) 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]) -- 1.7.10.4