Split out the updating of PHI nodes after splitting the BB into a separate
authorBill Wendling <isanbard@gmail.com>
Thu, 18 Aug 2011 20:51:04 +0000 (20:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 18 Aug 2011 20:51:04 +0000 (20:51 +0000)
commit1c44d869cd920f3c2d7fdc9196677db202440089
treef2202b0a9720731280b1a19509202e45f9072e80
parent9210e840ddd2358204281504e9d43a67c5b43219
Split out the updating of PHI nodes after splitting the BB into a separate
function.

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