Implement support for code extracting basic blocks that have a return
authorChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 16:07:41 +0000 (16:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 16:07:41 +0000 (16:07 +0000)
commitd99e1d3afbe664694ee04a5db5e4a7a8104858a1
tree6ccb12c35fdcb3c9affc69a4f57c557274542ed3
parente746ad512efc447f352f9580a82c808c2d32ab26
Implement support for code extracting basic blocks that have a return
instruction in them.

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