When we code extract some stuff, leave the codeRepl block in the place where
authorChris Lattner <sabre@nondot.org>
Fri, 13 Aug 2004 03:17:39 +0000 (03:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Aug 2004 03:17:39 +0000 (03:17 +0000)
commit337772832bb93ed98ee1e93c584ac3f82d9ea959
tree73671b7e69e49a1abb78cd3837a31d502a483d03
parent07ca8e7e286289c14001cbb8ba483097df70e758
When we code extract some stuff, leave the codeRepl block in the place where
the extracted code was, instead of putting it at the end of the function

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