If we're splitting the landing pad block and assigning it only one predecessor,
authorBill Wendling <isanbard@gmail.com>
Fri, 19 Aug 2011 23:46:30 +0000 (23:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 19 Aug 2011 23:46:30 +0000 (23:46 +0000)
commit94657b964f90107989c61a63a214451c03922649
tree967594044f78ad1b2f9fe8ed7457172980e19c88
parent483699c2961f21b76914bbf8c1b5a29a3c15672b
If we're splitting the landing pad block and assigning it only one predecessor,
then don't split it a second time, since that block will be dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138153 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/BasicBlockUtils.cpp