Make sure that the landing pads themselves have no PHI instructions in them.
authorBill Wendling <isanbard@gmail.com>
Fri, 21 Oct 2011 22:08:56 +0000 (22:08 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 21 Oct 2011 22:08:56 +0000 (22:08 +0000)
commit0ad56122e585d3d27ea852115390a9e53cabc9d5
tree264690670d218c8667456313c48fb5d5d731496b
parent675c02b0b9967f286b4d5aa8c3f7d8fc9e7988c4
Make sure that the landing pads themselves have no PHI instructions in them.

The assumption in the back-end is that PHIs are not allowed at the start of the
landing pad block for SjLj exceptions.
<rdar://problem/10313708>

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