[SEH] Use catchret in the new EH IR like we do for C++
authorReid Kleckner <rnk@google.com>
Thu, 10 Sep 2015 18:39:41 +0000 (18:39 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 10 Sep 2015 18:39:41 +0000 (18:39 +0000)
commitbb34b60359ec45607b1cd4e875377cacbe5564ab
treedc2f9823699eccf9a9299158cd165c7d8fb3402d
parent7cb25c9b69c9095ea268b13c4b75d92e3f2ac3e9
[SEH] Use catchret in the new EH IR like we do for C++

Also add tests for SEH with the new IRGen.

llvm-svn: 247318
clang/lib/CodeGen/CGException.cpp
clang/test/CodeGen/exceptions-seh-new.c [new file with mode: 0644]
clang/test/CodeGen/exceptions-seh.c