You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Move the logic for handling the cleanup place unpacking out of MirFunction.
In order to handle all possible cases of `UnwindAction`, we need to decide outside of `MirFunction` where the cleanup place should point to.
Now getting the place references for a function call occurs in the `Translator` and the `MirFunction` just performs simplers tasts without any control flow.
0 commit comments