From: simonpj Date: Thu, 18 Oct 2001 16:25:18 +0000 (+0000) Subject: [project @ 2001-10-18 16:25:18 by simonpj] X-Git-Tag: Approximately_9120_patches~783 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=962448d7349a11e9148f7c1ae4f2e4660e27d44e;p=ghc-hetmet.git [project @ 2001-10-18 16:25:18 by simonpj] Complete the removal of nullAddr# primop (dont merge) --- 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")