Remove wrong and unnecessary assertion.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 8 Mar 2013 23:00:13 +0000 (23:00 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 8 Mar 2013 23:00:13 +0000 (23:00 +0000)
commit24babfd2346a663fa694fcfe4eb69822268035c4
tree0dc924063efc4eb4b94193e7ac775e898d4b760c
parentfa785cb22d50c657eb08c762d627cd6aa96982f3
Remove wrong and unnecessary assertion.

PHIs are allowed to have multiple operand pairs per predecessor, and
this code works just fine when it happens.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/EarlyIfConversion.cpp