Typo. Thanks Bob.

llvm-svn: 141188
This commit is contained in:
Andrew Trick 2011-10-05 16:52:28 +00:00
parent ccdfbfb5e5
commit ed39bb8efd
1 changed files with 1 additions and 1 deletions

View File

@ -4714,7 +4714,7 @@ getConstantEvolvingPHIOperands(Instruction *UseInst, const Loop *L,
// If this operand is already visited, reuse the prior result.
P = PHIMap.lookup(OpInst);
if (P) {
assert((!PHI || P == PHI) && "inconsitent data flow");
assert((!PHI || P == PHI) && "inconsistent data flow");
PHI = P;
continue;
}