Ariel Ben-Yehuda 1ae7ae0c1c fix translation of terminators in MSVC cleanup blocks
MSVC requires unwinding code to be split to a tree of *funclets*, where each funclet
can only branch to itself or to to its parent.

Luckily, the code we generates matches this pattern. Recover that structure in
an analyze pass and translate according to that.
2016-06-04 13:26:32 +03:00
..
2016-06-03 16:11:18 +03:00
2016-06-03 16:11:18 +03:00
2016-06-03 16:11:18 +03:00