X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FabsCSyn%2FCosts.lhs;h=17ea6d57f49163e0df8f535b33dc2c80896e97d1;hb=387a411e5d6478249de6872c283f2df78ef83bf4;hp=3163226e8680f436bf16f4f9902f5ad4f3f095e3;hpb=cc19a5c807af2b8128943dfb18eed0a566218b13;p=ghc-hetmet.git diff --git a/ghc/compiler/absCSyn/Costs.lhs b/ghc/compiler/absCSyn/Costs.lhs index 3163226..17ea6d5 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.32 2002/12/11 15:36:22 simonmar Exp $ +% $Id: Costs.lhs,v 1.33 2003/07/28 16:05:30 simonmar Exp $ % % Only needed in a GranSim setup -- HWL % --------------------------------------------------------------------------- @@ -301,7 +301,6 @@ exprMacroCosts side macro mode_list = ENTRY_CODE -> nullCosts -- nothing ARG_TAG -> nullCosts -- nothing GET_TAG -> Cost (0, 0, 1, 0, 0) -- indirect load - UPD_FRAME_UPDATEE -> Cost (0, 0, 1, 0, 0) -- indirect load -- ---------------------------------------------------------------------------