Skip to content
  • Simon Marlow's avatar
    Beef up cmmMiniInline a tiny bit · 6e9501c0
    Simon Marlow authored
    Allow a temporary assignment to be pushed past an assignment to a
    global if the global is not mentioned in the rhs of the assignment we
    are inlining.
    
    This fixes up some bad code.  We should make sure we're doing
    something equivalent in the new backend in due course.
    6e9501c0