Fix WinEHPrepare bug with multiple catch handlers
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 1 Apr 2015 17:21:25 +0000 (17:21 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 1 Apr 2015 17:21:25 +0000 (17:21 +0000)
commit6b2fe99659736dd2fcf8f82801ff0e5a299c348c
treeff6c59e3c08bc5dc3a2149b4ed3eae66dbe59bf9
parent075179331056ae6cf6350a467746e27878f86ee7
Fix WinEHPrepare bug with multiple catch handlers

Differential Revision: http://reviews.llvm.org/D8682

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233824 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/WinEHPrepare.cpp
test/CodeGen/WinEH/cppeh-multi-catch.ll [new file with mode: 0644]