Skip to content
  • Simon Marlow's avatar
    Add dead code elimination in cmmMiniInline · ae72991e
    Simon Marlow authored
    cmmMiniInline counts the uses of local variables, so it can easily
    eliminate assigments to unused locals.  This almost never gets
    triggered, as we don't generate any dead assignments, but it will be
    needed by a forthcoming cleanup in CgUtils.emitSwitch.
    ae72991e