summaryrefslogtreecommitdiff
path: root/ghc/compiler/absCSyn
diff options
context:
space:
mode:
authorsimonpj <unknown>2000-09-27 14:03:12 +0000
committersimonpj <unknown>2000-09-27 14:03:12 +0000
commit15830ee1b4f7a3d8470083883f49541bed5f794b (patch)
tree75348bce8fa6c0a7b26720e76efccb5319ca32c0 /ghc/compiler/absCSyn
parent70c5660c4bb19a3828454c901aae5e7f01aeca63 (diff)
downloadhaskell-15830ee1b4f7a3d8470083883f49541bed5f794b.tar.gz
[project @ 2000-09-27 14:03:12 by simonpj]
Remove Addr2IntegerOp reference
Diffstat (limited to 'ghc/compiler/absCSyn')
-rw-r--r--ghc/compiler/absCSyn/Costs.lhs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/compiler/absCSyn/Costs.lhs b/ghc/compiler/absCSyn/Costs.lhs
index 00e790465f..943934fb35 100644
--- a/ghc/compiler/absCSyn/Costs.lhs
+++ b/ghc/compiler/absCSyn/Costs.lhs
@@ -1,7 +1,7 @@
%
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
-% $Id: Costs.lhs,v 1.25 2000/07/14 08:15:28 simonpj Exp $
+% $Id: Costs.lhs,v 1.26 2000/09/27 14:03:12 simonpj Exp $
%
% Only needed in a GranSim setup -- HWL
% ---------------------------------------------------------------------------
@@ -364,7 +364,6 @@ gmpOps =
, IntegerQuotRemOp , IntegerDivModOp , IntegerNegOp
, IntegerCmpOp
, Integer2IntOp , Int2IntegerOp
- , Addr2IntegerOp
]