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)
commit64622aa16210556d41f142802ac8027e5ebefcd7
tree407deecfead8d66db6b1fcdbcb8662e86c3d5dea
parent9be2c6544b75dad3c50caf4c33c58ebfbfe6cd24
Fix WinEHPrepare bug with multiple catch handlers

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

llvm-svn: 233824
llvm/lib/CodeGen/WinEHPrepare.cpp
llvm/test/CodeGen/WinEH/cppeh-multi-catch.ll [new file with mode: 0644]