forked from OSchip/llvm-project
parent
ccdfbfb5e5
commit
ed39bb8efd
|
@ -4714,7 +4714,7 @@ getConstantEvolvingPHIOperands(Instruction *UseInst, const Loop *L,
|
||||||
// If this operand is already visited, reuse the prior result.
|
// If this operand is already visited, reuse the prior result.
|
||||||
P = PHIMap.lookup(OpInst);
|
P = PHIMap.lookup(OpInst);
|
||||||
if (P) {
|
if (P) {
|
||||||
assert((!PHI || P == PHI) && "inconsitent data flow");
|
assert((!PHI || P == PHI) && "inconsistent data flow");
|
||||||
PHI = P;
|
PHI = P;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue