From 962448d7349a11e9148f7c1ae4f2e4660e27d44e Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 18 Oct 2001 16:25:18 +0000 Subject: [PATCH] [project @ 2001-10-18 16:25:18 by simonpj] Complete the removal of nullAddr# primop (dont merge) --- 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 1f3a7d1..4ff5945 100644 --- a/ghc/compiler/ilxGen/IlxGen.lhs +++ b/ghc/compiler/ilxGen/IlxGen.lhs @@ -1833,7 +1833,6 @@ ilxPrimOpTable op IntRemOp -> simp_op (ilxOp "rem") -- Addr# ops: - AddrNullOp -> simp_op (ilxOp "pop ldnull") AddrAddOp -> simp_op (ilxOp "add") AddrSubOp -> simp_op (ilxOp "sub") AddrRemOp -> simp_op (ilxOp "rem") -- 1.7.10.4