Fix five-letter typo in comment.

llvm-svn: 151450
This commit is contained in:
Nick Lewycky 2012-02-25 19:12:58 +00:00
parent 51f2be8bff
commit 7b99bada0b
1 changed files with 1 additions and 1 deletions

View File

@ -1636,7 +1636,7 @@ static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS,
if (llvm::isKnownNonNull(LHSPtr) && isa<ConstantPointerNull>(RHSPtr))
return ConstantInt::get(ITy, CmpInst::isFalseWhenEqual(Pred));
// A local instruction (alloca or noalias call) can't alias any incoming
// A local instruction (alloca or noalias call) can't equal any incoming
// argument.
if ((isa<Instruction>(LHSPtr) && isa<Argument>(RHSPtr)) ||
(isa<Instruction>(RHSPtr) && isa<Argument>(LHSPtr)))