Skip to content
Snippets Groups Projects
Commit 32e31760 authored by sof's avatar sof
Browse files

[project @ 1999-01-20 09:15:37 by sof]

Dead code removal
parent ce77f70f
No related merge requests found
......@@ -207,10 +207,6 @@ pprAbsC (CSwitch discrim alts deflt) c -- general case
-- Costs for addressing header of switch and cond. branching -- HWL
switch_head_cost = addrModeCosts discrim Rhs + (Cost (0, 1, 0, 0, 0))
{-
pprAbsC stmt@(COpStmt results op@(CCallOp _ _ _) args vol_regs) _
= pprCCall op args results vol_regs
-}
pprAbsC stmt@(COpStmt results op@(CCallOp _ _ _ _) args vol_regs) _
= pprCCall op args results vol_regs
......
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