Fix a case where UnswitchTrivialCondition broke critical edges with
authorChris Lattner <sabre@nondot.org>
Fri, 10 Feb 2006 19:08:15 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Feb 2006 19:08:15 +0000 (19:08 +0000)
commit81be2e961be525834d2ac1ee37c880286a508151
tree051f7524b2e257d83a806b98edb07e9ddb063522
parentad7a3e62085f776ec87e857e769e210a89a0d544
Fix a case where UnswitchTrivialCondition broke critical edges with
phi's in the successors

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