Rip some code out of the main SimplifyCFG function into a subfunction and
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 00:11:16 +0000 (00:11 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 00:11:16 +0000 (00:11 +0000)
commit7e66348cba4384d07b37ad1c186e67ba6d26babd
treee167b42a66a26d15009c71e086798390f76caf21
parentd970ff025d165857ca080bbf6f4ea78ec06a7ee2
Rip some code out of the main SimplifyCFG function into a subfunction and
call it from the only place it is live.  No functionality changes.

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