Refactor some code out into its own helper function, getting rid of crazy multiline
authorChris Lattner <sabre@nondot.org>
Sun, 13 Jul 2008 21:12:01 +0000 (21:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Jul 2008 21:12:01 +0000 (21:12 +0000)
commit1347e87c7baa78bd442d7017a8d67bd4fe674e01
tree5fa024996afb70d4af372f8cb54ad295fabd4fd9
parent56eb1330953edc1769f3add1d5cccfac3c26de25
Refactor some code out into its own helper function, getting rid of crazy multiline
conditionals and commenting the code better.

No functionality change.

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