remove remaining redundancies from ZipCfgCmmRep
authorNorman Ramsey <nr@eecs.harvard.edu>
Wed, 12 Sep 2007 16:58:51 +0000 (16:58 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Wed, 12 Sep 2007 16:58:51 +0000 (16:58 +0000)
commit569348e87434f2a8d9e18dccac8b4a563b4eb363
tree8c525650db69e37735715a3da7853522e6d1cfcc
parent5c77b95cc79f7cce8dd15bc639a3ed58664444a4
remove remaining redundancies from ZipCfgCmmRep
  -- LastBranch no longer takes parameters
  -- LastJump and LastReturn no longer carry CmmActuals;
     instead, those are carried by a CopyOut in the same basic block
compiler/cmm/CmmContFlowOpt.hs
compiler/cmm/CmmCvt.hs
compiler/cmm/CmmLiveZ.hs
compiler/cmm/CmmProcPointZ.hs
compiler/cmm/CmmSpillReload.hs
compiler/cmm/Dataflow.hs
compiler/cmm/MkZipCfgCmm.hs
compiler/cmm/PprCmmZ.hs
compiler/cmm/ZipCfgCmmRep.hs