Small step toward call-conv improvement: separate out calls and returns
authordias@eecs.tufts.edu <unknown>
Mon, 23 Mar 2009 17:07:06 +0000 (17:07 +0000)
committerdias@eecs.tufts.edu <unknown>
Mon, 23 Mar 2009 17:07:06 +0000 (17:07 +0000)
commite239aa2329416a2822fcc03c4ed486c7d28739e1
treedce8820a6afe5cc6cb626bafe3be64eaaad96719
parentf9d5c95fb4b4989ce4da8005793d3730452a33a9
Small step toward call-conv improvement: separate out calls and returns
compiler/cmm/CmmCallConv.hs
compiler/cmm/CmmCvt.hs
compiler/cmm/MkZipCfgCmm.hs
compiler/cmm/ZipCfgCmmRep.hs
compiler/codeGen/StgCmmExpr.hs
compiler/codeGen/StgCmmLayout.hs
compiler/codeGen/StgCmmMonad.hs
compiler/codeGen/StgCmmPrim.hs
compiler/codeGen/StgCmmUtils.hs