When we split a basic block, there's a default branch to the newly created BB.
authorBill Wendling <isanbard@gmail.com>
Fri, 6 Mar 2009 01:41:15 +0000 (01:41 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 6 Mar 2009 01:41:15 +0000 (01:41 +0000)
commit5601699d7c36b819179a7d89270100c34b3d0a32
treee9672c6ec0630baeb127d43834e24a2ceaf7c70d
parent771281f1806ba3299fb515f59bd2f726a6a7a77e
When we split a basic block, there's a default branch to the newly created BB.
Delete this default branch, because we're going to generate our own.

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