X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FabsCSyn%2FCosts.lhs;fp=ghc%2Fcompiler%2FabsCSyn%2FCosts.lhs;h=943934fb35c4268dc8d16c0b0f58af63825742b6;hb=15830ee1b4f7a3d8470083883f49541bed5f794b;hp=00e790465f7fd85890655f56a78d2e04d3d081ee;hpb=70c5660c4bb19a3828454c901aae5e7f01aeca63;p=ghc-hetmet.git diff --git a/ghc/compiler/absCSyn/Costs.lhs b/ghc/compiler/absCSyn/Costs.lhs index 00e7904..943934f 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 ]