[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 23 Feb 2016 07:18:15 +0000 (07:18 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 23 Feb 2016 07:18:15 +0000 (07:18 +0000)
commit17525aba8af3b218f52ccda0f01e066853d4a1e9
tree8a1d78d30e3881647130430fe91964a1b8e0644f
parent7cf7f80c377f30ce0c9692c429964f92f6b99f0c
[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches

We had the right logic for the nested cleanuppad case but omitted it for
catchswitches.

llvm-svn: 261615
llvm/lib/CodeGen/WinEHPrepare.cpp
llvm/test/CodeGen/WinEH/wineh-nested-unwind.ll [new file with mode: 0644]