Implement merging of blocks with the same condition if the block has multiple
authorChris Lattner <sabre@nondot.org>
Tue, 20 Sep 2005 00:43:16 +0000 (00:43 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Sep 2005 00:43:16 +0000 (00:43 +0000)
commit2e42e36698d5a34f1952ca3389f1973a6a1166f2
tree5092fd61abf872cdd60a9cd4a543df6e56fec2e0
parentecd7b6d110dfd6a00a86c3be5aef330d52b813ac
Implement merging of blocks with the same condition if the block has multiple
predecessors.  This implements branch-phi-thread.ll::test1

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