SEH: Don't jump to an unreachable continuation block
authorReid Kleckner <reid@kleckner.net>
Fri, 30 Jan 2015 22:16:45 +0000 (22:16 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 30 Jan 2015 22:16:45 +0000 (22:16 +0000)
commit3a417c301bc88de5c9d7db2fca7de58f5273c15d
tree530d70a2d320d726587abdced037c6f0acd087a6
parentd77bbab393005193fc36153793f65d1279c5b316
SEH: Don't jump to an unreachable continuation block

If both the __try and __except blocks do not return, we want to delete
the continuation block as unreachable instead.

llvm-svn: 227627
clang/lib/CodeGen/CGException.cpp
clang/test/CodeGen/exceptions-seh.c