When splitting a basic block, insert the new half immediately after the first
authorChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2004 03:21:31 +0000 (03:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2004 03:21:31 +0000 (03:21 +0000)
commitc6aa017eae3f6d9a8bf60c31c4614e5ade478e5f
treedbe5c55658bfbcfb377b3854a7ad1e47e9b5277e
parent5e923dee6024248f58fa83a7c7299437f44f0d1a
When splitting a basic block, insert the new half immediately after the first
half.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11110 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/BasicBlock.cpp