Better handling of node parameter in calling conventions
authordias@eecs.tufts.edu <unknown>
Wed, 25 Mar 2009 16:38:15 +0000 (16:38 +0000)
committerdias@eecs.tufts.edu <unknown>
Wed, 25 Mar 2009 16:38:15 +0000 (16:38 +0000)
commita8e1e190ee5aa16f31bdde26daf3c897314e8994
treedd1124491a7666941a16b53caaa09978e82da98c
parent01f842b978c903595d4b3184a0761d04a02e5b09
Better handling of node parameter in calling conventions
 - Previously, the node was taken as a parameter, then ignored,
   for static closures. Goofy. Now, the vestigial node parameters
   are gone.
compiler/cmm/CmmCallConv.hs
compiler/cmm/CmmProcPointZ.hs
compiler/cmm/MkZipCfgCmm.hs
compiler/codeGen/StgCmmLayout.hs