we can only thread blocks when there is a pred we can determine the succ of.
authorChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2008 21:18:09 +0000 (21:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2008 21:18:09 +0000 (21:18 +0000)
commitf9065a904fca1018d6ea3e1536b9b3368c084725
treec256c4985ad2c790c6c14d8efbcca1a0aeb71a92
parent177480b7ede0441135572d641a2497df25a7d95f
we can only thread blocks when there is a pred we can determine the succ of.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50003 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/JumpThreading.cpp