Fix five-letter typo in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2012-02-25 19:12:58 +00:00
parent 1e4e1c768b
commit 6bfb9d6a13

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)))