Skip to content
Snippets Groups Projects
Commit 23acbea8 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-25 12:49:34 by panne]

Cosmetics: Removed two "Pattern match(es) are overlapped" warnings.
(can be merged with 4.07)
parent 495ef8bd
No related merge requests found
%
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
% $Id: Costs.lhs,v 1.22 2000/04/10 13:59:17 simonmar Exp $
% $Id: Costs.lhs,v 1.23 2000/05/25 12:49:34 panne Exp $
%
% Only needed in a GranSim setup -- HWL
% ---------------------------------------------------------------------------
......@@ -298,8 +298,6 @@ addrModeCosts addr_mode side =
CMacroExpr _ macro mode_list -> exprMacroCosts side macro mode_list
_ -> trace ("Costs.addrModeCosts") nullCosts
-- ---------------------------------------------------------------------------
exprMacroCosts :: Side -> CExprMacro -> [CAddrMode] -> CostRes
......@@ -315,7 +313,6 @@ exprMacroCosts side macro mode_list =
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
_ -> trace ("Costs.exprMacroCosts") nullCosts
-- ---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment