Attempt to update the shadow stack GC pass to the new EH model.
authorBill Wendling <isanbard@gmail.com>
Wed, 21 Sep 2011 22:14:28 +0000 (22:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 21 Sep 2011 22:14:28 +0000 (22:14 +0000)
commit3ca2ad11567f83883ae2719c5fac5afc30c7b3d1
tree7acfc18972ec86d3ff824d2ee1386d1538ea2132
parent15c9a1f60c2e9d9cb854d5c0072755be91d1cc96
Attempt to update the shadow stack GC pass to the new EH model.

This inserts a cleanup landingpad instruction and a resume to mimic the old
unwind instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140277 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ShadowStackGC.cpp